Shivam Sethi
03/11/2021, 3:20 AMcompose
to beta02
, but when I increment the version I get this error? I am not seeing any Kotlin
version update, I checked the latest updates. I am using latest AS Canary ?rnett
03/11/2021, 3:31 AM1.4.31
is out, you should be able to use it. https://github.com/JetBrains/kotlin/releases/tag/v1.4.31Shivam Sethi
03/11/2021, 3:41 AMitnoles
03/11/2021, 4:16 AMTin Tran
03/11/2021, 4:18 AMcomposeOptions {
kotlinCompilerVersion "1.4.31"
kotlinCompilerExtensionVersion "1.0.0-beta02"
}
Tin Tran
03/11/2021, 4:22 AMdependencies {
classpath 'com.android.tools.build:gradle:7.0.0-alpha09'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
itnoles
03/11/2021, 4:22 AMTin Tran
03/11/2021, 4:23 AMTin Tran
03/11/2021, 4:25 AMTin Tran
03/11/2021, 4:33 AMTin Tran
03/11/2021, 4:33 AMShivam Sethi
03/11/2021, 4:57 AMTin Tran
03/11/2021, 5:14 AMShivam Sethi
03/11/2021, 5:15 AMTin Tran
03/11/2021, 5:16 AM