MultiProgressBar icon indicating copy to clipboard operation
MultiProgressBar copied to clipboard

androidx.core issue

Open ravirajjak opened this issue 2 years ago • 1 comments

this line implementation(kotlin("stdlib-jdk7", KotlinCompilerVersion.VERSION)) did not allow me to sync the project it took almost a whole day to figure it out. I am so disappointed that your project isnt compatible with old versions of libraries such as androidx.core 1.6.0, appcompat1.3.0,

ravirajjak avatar Jun 12 '23 18:06 ravirajjak

this line implementation(kotlin("stdlib-jdk7", KotlinCompilerVersion.VERSION)) did not allow me to sync the project it took almost a whole day to figure it out. I am so disappointed that your project isnt compatible with old versions of libraries such as androidx.core 1.6.0, appcompat1.3.0,

Hello. Can you post the full stacktrace of the error? And also the dependency configuration of the project on which the problem appears?

GeniusRUS avatar Jul 07 '23 05:07 GeniusRUS