Skip to content

Commit

Permalink
Declare stabilityConfigurationFile and reportsDestination
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Sep 4, 2024
1 parent 2a27a96 commit 475e0bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ kotlin {
}
}

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

compose.desktop {
application {
mainClass = "dev.romainguy.kotlin.explorer.KotlinExplorerKt"
Expand Down
7 changes: 7 additions & 0 deletions stability_config.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
androidx.collection.*

java.nio.file.Path

kotlin.collections.*

kotlinx.coroutines.CoroutineScope

0 comments on commit 475e0bc

Please sign in to comment.