Skip to content

Commit

Permalink
Modifier Compose Compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluu committed Sep 5, 2024
1 parent 7179bc2 commit e18e938
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ internal fun Project.configureAndroidCompose(

private fun Project.configureComposeCompiler() {
extensions.configure<ComposeCompilerGradlePluginExtension> {
enableStrongSkippingMode.set(true)
// StrongSkipping은 기본 활성화 상태
// featureFlags.add(ComposeFeatureFlag.StrongSkipping)
}
}

Expand Down

0 comments on commit e18e938

Please # to comment.