fix(build): adapt strong skipping plugin arg

This commit is contained in:
Harsh Shandilya 2024-05-02 11:48:49 +05:30
parent 5753f65737
commit d87e2d1b9c
1 changed files with 1 additions and 1 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:experimentalStrongSkipping=true",
"plugin:androidx.compose.compiler.plugins.kotlin:strongSkipping=true",
)
if (matches != null) {
val (compilerKotlinVersion) = matches.destructured