Skip to content

Commit

Permalink
Enable stabilityConfigurationFile and reportsDestination
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Aug 23, 2024
1 parent 4ed8f22 commit ee50b95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ tasks.withType<MergeResources>().configureEach {
dependsOn(projects.svgProcessor.dependencyProject.tasks.named("run"))
}

composeCompiler {
stabilityConfigurationFile = layout.projectDirectory.file("compose_compiler_config.conf")
reportsDestination = layout.buildDirectory.dir("compose_build_reports")
}

licensee {
allow("Apache-2.0")
allow("MIT")
Expand Down
7 changes: 7 additions & 0 deletions app/compose_compiler_config.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kotlin.collections.*
kotlin.time.Duration

kotlinx.coroutines.CoroutineScope

// All models should be stable.
app.lawnchair.lawnicons.model.*

0 comments on commit ee50b95

Please sign in to comment.