Merge pull request #1593 from Jaehwa-Noh/remove-enable-strong-skip

Remove deprecated enableStrongSkippingMode
pull/1600/head
Alex Vanyo 3 weeks ago committed by GitHub
commit 5a382e3a45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -65,8 +65,7 @@ internal fun Project.configureAndroidCompose(
.relativeToRootProject("compose-reports")
.let(reportsDestination::set)
stabilityConfigurationFile = rootProject.layout.projectDirectory.file("compose_compiler_config.conf")
enableStrongSkippingMode = true
stabilityConfigurationFile =
rootProject.layout.projectDirectory.file("compose_compiler_config.conf")
}
}

Loading…
Cancel
Save