saket
06/30/2021, 5:31 PMerror: this version (1.0.0-beta09) of the Compose Compiler requires Kotlin version 1.5.10 but you appear to be using Kotlin version 1.4.31 which is not known to be compatible. Please fix your configuration (or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!).
I’ve already tried declaring kotlinCompilerVersion
and kotlinCompilerExtensionVersion
under composeOptions
.ephemient
06/30/2021, 5:32 PMsaket
06/30/2021, 5:34 PMephemient
06/30/2021, 5:36 PMdependencies {
implementation(platform(kotlin("bom"))) // kotlin dsl
implementation platform("org.jetbrains.kotlin:kotlin-bom:$kotlin_version") // groovy dsl
}
(or something like that, I haven't used groovy dsl for a long time now)saket
06/30/2021, 5:48 PMephemient
06/30/2021, 5:49 PMahmedre
06/30/2021, 6:02 PMkotlinOptions.kotlinCompilerExtensionVersion