Colton Idle
02/26/2021, 7:50 PMKotlin 1.4.31 is now available with fixes for several bugs, including some that appeared in IntelliJ IDEA and Android Studio with Kotlin 1.4.30.Safe to update, or will that blow something up with compose? https://twitter.com/kotlin/status/1365237672231452675
jim
02/26/2021, 7:52 PMColton Idle
02/26/2021, 7:53 PMColton Idle
02/26/2021, 8:02 PMjim
02/26/2021, 8:02 PMColton Idle
02/26/2021, 8:02 PMtasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
kotlinOptions {
jvmTarget = "1.8"
freeCompilerArgs += [
"-Xallow-jvm-ir-dependencies",
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true"
]
}
}
jim
02/26/2021, 8:03 PMColton Idle
02/26/2021, 8:04 PMtylerwilson
03/02/2021, 2:36 PMColton Idle
03/02/2021, 2:40 PMtylerwilson
03/02/2021, 2:41 PMjim
03/02/2021, 7:09 PMtylerwilson
03/03/2021, 2:16 PM