Skip to content

Commit 6718fe7

Browse files
chore: Remove redundant enableSkippingMode flag
It is enabled by default now in kotlin 2.0.20
1 parent 2765cb7 commit 6718fe7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

convention-plugins/plugins/src/main/kotlin/com/mr3y/podcaster/gradle/AndroidApplicationConventionPlugin.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class AndroidApplicationConventionPlugin : Plugin<Project> {
5151
}
5252

5353
composeExtension.apply {
54-
enableStrongSkippingMode.set(true)
5554
reportsDestination.set(layout.buildDirectory.dir("compose_compiler"))
5655
}
5756

convention-plugins/plugins/src/main/kotlin/com/mr3y/podcaster/gradle/AndroidComposeLibraryConventionPlugin.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class AndroidComposeLibraryConventionPlugin : Plugin<Project> {
4040
}
4141

4242
composeExtension.apply {
43-
enableStrongSkippingMode.set(true)
4443
reportsDestination.set(layout.buildDirectory.dir("compose_compiler"))
4544
}
4645

0 commit comments

Comments
 (0)