Kyant
12/11/2020, 11:07 PMsuppressKotlinVersionCompatibilityCheck
but don't say I didn't warn you!).`Zach Klippenstein (he/him) [MOD]
12/11/2020, 11:11 PMKyant
12/11/2020, 11:19 PMjim
12/12/2020, 12:04 AMrsktash
12/12/2020, 12:05 AMKyant
12/12/2020, 12:06 AMsuresh
12/12/2020, 2:03 AM1.4.21
withType<KotlinCompile>().configureEach {
kotlinOptions {
freeCompilerArgs += listOf(
"-progressive",
"-Xjsr305=strict",
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true"
)
}
}
Kyant
12/12/2020, 2:30 AMSource file or directory not found: plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true
suresh
12/12/2020, 5:34 AM"-P"
alsoKyant
12/12/2020, 5:40 AMsuresh
12/12/2020, 5:55 AMkotlin("jvm") version "1.4.21"
id("org.jetbrains.compose") version "0.3.0-build134"
It's working for me. I am using these deps. Are you using multiplatform?Kyant
12/12/2020, 5:59 AM