Hi , how can i solve this issue `.gradle/caches/tr...
# android
o
Hi , how can i solve this issue
.gradle/caches/transforms-3/71ff2eaeaa589903bc586230fb75dbac/transformed/jetified-screenshot-1.0.1/jars/classes.jar!/META-INF/screenshot_littleRelease.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.7.1, expected version is 1.4.0.
.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.7.20/2a729aa8763306368e665e2b747abd1dfd29b9d5/kotlin-stdlib-jdk7-1.7.20.jar!/META-INF/kotlin-stdlib-jdk7.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.7.1, expected version is 1.4.0.
c
This kind of issue is more like from gradle setup.
firstly, check gradle version.
o
👍
229 Views