fix(deps): upgrade Compose Compiler to 1.5.14-dev-k1.9.24-50022def4af

This commit is contained in:
Harsh Shandilya 2024-05-08 20:10:01 +05:30
parent 452ba7dbf9
commit 8a9cc844b9
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ class KotlinAndroidPlugin : Plugin<Project> {
project.tasks.withType<KotlinCompile>().configureEach {
compilerOptions.freeCompilerArgs.addAll(
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:strongSkipping=true",
"plugin:androidx.compose.compiler.plugins.kotlin:featureFlag=StrongSkipping",
)
if (matches != null) {
val (compilerKotlinVersion) = matches.destructured