Colton Idle
freeCompilerArgs += ["-Xallow-jvm-ir-dependencies"]
Albert Chang
useIR = true
Val Salamakha
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach { kotlinOptions { jvmTarget = "1.8" useIR = true freeCompilerArgs += ["-Xallow-jvm-ir-dependencies", "-P", "plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true" ] } }
A modern programming language that makes developers happier.