Alex Bieliaiev
02/16/2021, 2:09 PM7.0.0-alpha04 to 7.0.0-alpha06 Android Gradle plugin migration I'm getting This version (1.0.0-alpha12) of the Compose Compiler requires Kotlin version 1.4.30 but you appear to be using Kotlin version 1.4.21 which is not known to be compatible. error. That is sort of expected, since I have a classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.21") top-level dependency. Prior to the upgrade, however, I could explicitly specify kotlinCompilerVersion in the ComposeOptions section. As of now, this property seems to be deprecated. Do I have options other than complete project migration to Kotlin v1.4.30?Denis
02/16/2021, 2:10 PMAlex Bieliaiev
02/16/2021, 2:21 PMDenis
02/16/2021, 2:24 PMAlex Bieliaiev
02/16/2021, 2:24 PM