Resurfacing this. I'm running into this same error running `./gradlew build` which runs `lintAnalyze...
j
Resurfacing this. I'm running into this same error running
./gradlew build
which runs
lintAnalyzeDebug
, which is an AGP task. I'm using Kotlin 1.9.0 everywhere in my project.
Copy code
projectDir/build/.transforms/04657c2fde3c485db785bdda4bde662b/transformed/out/jars/classes.jar!/META-INF/lib-name_debug.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
More details and discussion in thread 🧵.