dewildte
05/01/2021, 5:58 PMe: This version (1.0.0-alpha13) of the Compose Compiler requires Kotlin version 1.4.30 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!).
All my dependencies are 1.0.0-beta05
so this error seems impossible.
EDIT: FixedColton Idle
05/01/2021, 6:46 PMGabriel
05/01/2021, 8:56 PMcomposeOptions {
kotlinCompilerExtensionVersion = compose_version
}
in your apps gradle filedewildte
05/02/2021, 12:20 AM