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
André Thiele
12/24/2021, 7:33 AM
"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."
André Thiele
12/24/2021, 7:33 AM
I am using 1.5.31 for KGP
f
florent
12/24/2021, 4:35 PM
Update to 1.1.0
a
André Thiele
12/25/2021, 11:52 AM
i want to use kotlin 1.5.31 which requires compose 1.0.5
l
louiscad
01/10/2022, 8:04 PM
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