Hi All,
Today surprise from gradle:
Duplicate class kotlin.reflect.KClasses found in modules jetified-kotlin-reflect-1.1.3.jar (org.jetbrains.kotlin:kotlin-reflect:1.1.3) and jetified-kotlin-stdlib-1.3.70.jar (org.jetbrains.kotlin:kotlin-stdlib:1.3.70)
I didn’t changed anything in my project, maybe some refresh happened.
Opsys: Debian Linux, AS: 3.6.1, gradle version: 5.6.4.
There is a suggestion in error message, but unfortunately I cannot find this class in my project navigate class menu.
I tried to remove gradle cache, ./gradlew build --refresh-dependencies, FIle/Sync project with Gradle files, change to gradle 6.1.1, but no changes. A couple of days ago I could compile this. How can I eliminate this error?