Barry Fawthrop
06/10/2021, 9:21 PMbuildscript {
ext {
compose_version = "1.0.0-beta08"
kotlin_version = "1.5.10"
}
Not sure where it's getting beta07 from I can't find it anywhere in the projectpepos
06/10/2021, 9:23 PMcomposeOptions
in your app module build.gradle?pepos
06/10/2021, 9:24 PMkotlinCompilerVersion
inside composeOptions
Barry Fawthrop
06/10/2021, 9:25 PMBarry Fawthrop
06/10/2021, 9:25 PMcomposeOptions {
kotlinCompilerExtensionVersion "${compose_version}"
kotlinCompilerVersion "${kotlin_version}"
}
pepos
06/10/2021, 9:39 PMBarry Fawthrop
06/10/2021, 9:40 PMColton Idle
06/11/2021, 12:03 AMAlbert Chang
06/11/2021, 12:35 AMkotlinCompilerExtensionVersion
correctly. kotlinCompilerVersion
is deprecated, but kotlinCompilerExtensionVersion
is not.