kevindmoore
08/14/2021, 7:46 PMYou are using an outdated version of Compose Runtime that is not compatible with the version of the Compose Compiler plugin you have installed. The compose compiler plugin you are using (version 1.1.0-alpha01) expects a minimum runtime version of 1.1.0-alpha01
Dominaezzz
08/14/2021, 8:34 PMgoogle()
to your repositories.kevindmoore
08/14/2021, 9:23 PMIgor Demin
08/14/2021, 11:14 PMorg.jetbrains.compose
plugin to module, you should also add
dependencies {
implementation(compose.runtime) //compose.runtime is equals to org.jetbrains.compose:compose-runtime:1.0.0-alpha3
}
see examplekevindmoore
08/15/2021, 12:22 AM