André Thiele
02/28/2021, 1:24 PMandroidx.compose.compiler.plugins.kotlin.IncompatibleComposeRuntimeVersionException: You 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.0.0-alpha13) expects a minimum runtime version of 1.0.0-alpha13.
Quentin Dommerc
02/28/2021, 1:34 PMAndré Thiele
02/28/2021, 1:35 PMQuentin Dommerc
02/28/2021, 1:36 PMAndré Thiele
02/28/2021, 1:39 PMA. Sachdeva
02/28/2021, 1:50 PMAndré Thiele
02/28/2021, 1:50 PMBradleycorn
02/28/2021, 2:02 PMAndré Thiele
02/28/2021, 2:05 PMBradleycorn
02/28/2021, 2:05 PMcomposeOptions {
kotlinCompilerVersion = Libs.Kotlin.version
kotlinCompilerExtensionVersion = Libs.AndroidX.Compose.version
}
And when Libs.Kotlin.version
was `1.4.31, it didn't like that and gave me that error.André Thiele
02/28/2021, 2:09 PMcomposeOptions {
kotlinCompilerExtensionVersion '1.0.0-beta01'
}
Bradleycorn
02/28/2021, 2:11 PMcomposeOptions {
kotlinCompilerExtensionVersion compose_version
kotlinCompilerVersion '1.4.30'
}
André Thiele
02/28/2021, 2:12 PMBradleycorn
02/28/2021, 2:14 PMAndré Thiele
02/28/2021, 2:16 PMBradleycorn
02/28/2021, 2:17 PMAndré Thiele
02/28/2021, 5:01 PMSmorg
02/28/2021, 6:51 PMAndré Thiele
02/28/2021, 9:44 PM