Hello everyone. How can I enforce a specific Kotli...
# android
a
Hello everyone. How can I enforce a specific Kotlin version in Gradle? Some dependency seems to override it to 1.6.0, which makes it incompatible with Compose 1.0.5
"This version (1.0.5) of the Compose Compiler requires Kotlin version 1.5.31 but you appear to be using Kotlin version 1.6.0 which is not known to be compatible."
I am using 1.5.31 for KGP
f
Update to 1.1.0
a
i want to use kotlin 1.5.31 which requires compose 1.0.5
l
You can use 1.1.0-rc02 for the compiler version, it is compatible with Compose 1.0.0, and it will work with Kotlin 1.6.10