Colton Idle
06/03/2021, 12:17 AMe: This version (1.0.0-beta07) of the Compose Compiler requires Kotlin version 1.4.32 but you appear to be using Kotlin version 1.5.10 which is not known to be compatible. Please fix your configuration (orIs there an easy way to figure out which dependency is pulling in beta07? (I updated to kotlin 1.5.10 and beta08 and I did a global search on 1.4.32 and beta07 and there are 0 occurances)but don't say I didn't warn you!).suppressKotlinVersionCompatibilityCheck
Albert Chang
06/03/2021, 12:42 AM./gradlew -q module-name:dependencies
and search for 1.0.0-beta07.Colton Idle
06/03/2021, 12:52 AMkotlin-extension - Configuration for Compose related kotlin compiler extension
\--- androidx.compose.compilercompiler1.0.0-beta07🤔
Albert Chang
06/03/2021, 12:55 AMcomposeOptions {
kotlinCompilerExtensionVersion = "1.0.0-beta08"
}
Colton Idle
06/03/2021, 12:57 AMAlbert Chang
06/03/2021, 4:51 AMiamthevoid
06/03/2021, 4:52 AM