Skip to content

Commit

Permalink
Remove unnecessary composeCompiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
cartland committed Aug 15, 2024
1 parent 05b1226 commit de2d8af
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Fruitties/androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ android {
}
}

composeCompiler {
enableStrongSkippingMode = true

reportsDestination = layout.buildDirectory.dir("compose_compiler")
// Requires stability_config.conf to exist (empty file is ok as placeholder)
stabilityConfigurationFile = rootProject.layout.projectDirectory.file("stability_config.conf")
}

dependencies {
implementation(projects.shared)
implementation(libs.compose.ui)
Expand Down

0 comments on commit de2d8af

Please sign in to comment.