I got this error when I added Compose to Multiplat...
# multiplatform
a
I got this error when I added Compose to Multiplatform Project that Have JS for Browser and JVM for Server
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.1.0-beta01) expects a minimum runtime version of 1.0.0.
What I have to do ? Note: the js browser run well just the server side doesn't compile