Prateek
03/17/2020, 8:24 AMDuplicate class kotlin.reflect.KClasses found in modules jetified-kotlin-reflect-1.0.7.jar (org.jetbrains.kotlin:kotlin-reflect:1.0.7) and jetified-kotlin-stdlib-1.3.70.jar (org.jetbrains.kotlin:kotlin-stdlib:1.3.70)
Can anybody help me figure out this error? I am unable to run tests because of itMarc Knaup
03/17/2020, 8:51 AMkotlin-reflect
.
You should add org.jetbrains.kotlin:kotlin-reflect:1.3.70
explicitly to ensure it uses the correct version.
It would be even better would be if you don’t use kotlin-reflect
at all on Android 🙂Prateek
03/17/2020, 1:22 PMMarc Knaup
03/17/2020, 1:23 PMPrateek
03/17/2020, 1:24 PMPrateek
03/17/2020, 1:40 PMMarc Knaup
03/17/2020, 1:40 PMJakub Pi
03/17/2020, 2:23 PM