Jeff Lockhart
07/27/2023, 5:21 PM./gradlew build
which runs lintAnalyzeDebug
, which is an AGP task. I'm using Kotlin 1.9.0 everywhere in my project.
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 🧵.