Hi there ``` id("org.jetbrains.kotlin.jvm") ver...
# compose-desktop
j
Hi there
Copy code
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
Copy code
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
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.