Skip to content

Commit

Permalink
Enable strong skipping mode. (#2262)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed May 15, 2024
1 parent c247a60 commit eb728d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ allprojects {
extensions.configure<ComposeCompilerGradlePluginExtension> {
enableIntrinsicRemember = true
enableNonSkippingGroupOptimization = true
enableStrongSkippingMode = true
stabilityConfigurationFile = rootDir.resolve("coil-core/compose_compiler_config.conf")

if (enableComposeMetrics && name in publicModules) {
Expand Down

0 comments on commit eb728d6

Please sign in to comment.