fix(deps): update Compose Compiler to 1.5.14

This commit is contained in:
Harsh Shandilya 2024-05-15 18:21:34 +05:30
parent 47332c22ec
commit cfaa1c17a0
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:featureFlag=StrongSkipping",
"plugin:androidx.compose.compiler.plugins.kotlin:strongSkipping=true",
)
if (matches != null) {
val (compilerKotlinVersion) = matches.destructured