kecaroh
10/09/2024, 1:36 PMtasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
compilerOptions {
freeCompilerArgs += [
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:experimentalStrongSkipping=true"
]
}
}
Is there any difference between using the mode like this and using it in the newer Kotlin version? Thanks a lot 🙂Joel Denke
10/09/2024, 6:16 PM