Skip to content

Commit 2282db2

Browse files
committed
build: disable strong skipping mode in Compose compiler
The strong skipping mode in Jetpack Compose, which allows composables with unstable parameters to be skipped, has been disabled. This change reverts to the default Compose compiler behavior where only composables with stable parameters are skippable.
1 parent 9c197ad commit 2282db2

File tree

1 file changed

+0
-1
lines changed
  • build-logic/convention/src/main/kotlin/io/github/shinhyo/brba/buildlogic

1 file changed

+0
-1
lines changed

build-logic/convention/src/main/kotlin/io/github/shinhyo/brba/buildlogic/AndroidCompose.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ internal fun Project.configureAndroidCompose() {
2626
}
2727

2828
extensions.configure<ComposeCompilerGradlePluginExtension> {
29-
enableStrongSkippingMode = true
3029
includeSourceInformation = true
3130
}
3231
}

0 commit comments

Comments
 (0)