Skip to content

Commit

Permalink
enabled strong skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoankit committed Nov 3, 2024
1 parent d0e86a1 commit c030a34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions coachmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ plugins {
id("publication.module")
}

composeCompiler {
enableStrongSkippingMode = true
}

kotlin {
applyDefaultHierarchyTemplate()
androidTarget {
Expand Down

0 comments on commit c030a34

Please sign in to comment.