Anybody using Jetbrains Compose on Android with 1....
# compose-desktop
h
Anybody using Jetbrains Compose on Android with 1.2.0-beta02/beta03 and getting this error too:
Copy code
e: androidx.compose.compiler.plugins.kotlin.IncompatibleComposeRuntimeVersionException: The Compose Compiler requires the Compose Runtime to be on the class path, but none could be found. The compose compiler plugin you are using (version 1.3.2) expects a minimum runtime version of 1.0.0.
But I have it on the classpath:
Copy code
dependencies {
    implementation(compose.runtime)
g
h
Nope, why should I?
l
I faced this too when using beta03. Keep in mind that compose-jb doesn’t have it listed as a release, so it may not be done yet.
The line in Expressus just overrides the compiler version, while keeping beta02, which could be a viable substitution, but I’d rather wait until beta03 is officially marked as released. Sometimes it just means some task isn’t done yet.
100 Views