Michal Klimczak
04/30/2021, 6:09 PMThis version (1.0.0-alpha13) of the Compose Compiler requires Kotlin version 1.4.31 but you appear to be using Kotlin version 1.4.32 which is not known to be compatible. Please fix your configuration (orBut the version I'm using isbut don't say I didn't warn you!).suppressKotlinVersionCompatibilityCheck
1.0.0-beta03
. Also, when I had 1.0.0-beta01
it complained
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.32 which is not known to be compatible. Please fix your configuration (orSo it's still sayingbut don't say I didn't warn you!).suppressKotlinVersionCompatibilityCheck
(1.0.0-alpha13)
even though reports that it requires a different kotlin version.
Where do I even report that?julioromano
04/30/2021, 10:33 PMcomposeOptions {
kotlinCompilerExtensionVersion = "1.0.0-beta05"
}
jim
05/03/2021, 8:14 AM