I’m getting this error message (which is strange a...
# compose
k
I’m getting this error message (which is strange as I am using that version of Kotlin): “this version (1.0.0-rc01) of the Compose Compiler requires Kotlin version 1.5.10 but you appear to be using Kotlin version 1.4.31 which is not known to be compatible.”
Also, I’m using compose 1.0.0-rc02 and not 01. Where are all these versions coming from? I found a kotlin=1.4.31 in the gradle-kotlin-dsl-7.1 properties files
m
Have you this?
Copy code
composeOptions {
        kotlinCompilerExtensionVersion = "1.0.0-rc02"
    }
u
I had kotlin-dsl in buildSrc pull in kotlin 1.4.31. if this is the case for you put explicit stdlib jdk8 and kotlin reflection dependencies into buildSrc/build.gradle.kts