https://kotlinlang.org logo
Title
j

Jerry Yion

08/03/2022, 12:52 PM
Hi there
id("org.jetbrains.kotlin.jvm") version "1.6.10"
    id("org.jetbrains.compose") version "1.0.0"
Above is one part of my build.gradle content. It say
This version (1.1.0-beta01) of the Compose Compiler requires Kotlin version 1.5.31 but you appear to be using Kotlin version 1.6.10 which is not known to be compatible
when I ran build. The strange thing is I didn’t specify Compose 1.1.0-beta01 ( as you see, it’s 1.0.0
s

Sean Proctor

08/03/2022, 5:35 PM
I think jetbrains compose 1.0.0 uses a beta compose compiler. If you want to use kotlin 1.6.10, jb compose 1.1.1 should work.