i am running into this issue `This version (1.2.0-...
# compose
b
i am running into this issue
This version (1.2.0-alpha07) of the Compose Compiler requires Kotlin version 1.6.10 but you appear to be using Kotlin version 1.6.20
even though i have
org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10
k
Run a full dependency check to see which one is bringing 1.6.20 with it
1
s
It’s not a matter of the Kotlin gradle plugin version, but the version of Kotlin itself you use in your project.
1
b
i found it, it was being used by a third party library
🎉 1