We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454e7b6 commit 2a180f9Copy full SHA for 2a180f9
build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/AndroidCompose.kt
@@ -67,7 +67,8 @@ internal fun Project.configureAndroidCompose(
67
.relativeToRootProject("compose-reports")
68
.let(reportsDestination::set)
69
70
- stabilityConfigurationFiles
71
- .add(isolated.rootProject.projectDirectory.file("compose_compiler_config.conf"))
+ stabilityConfigurationFiles.add {
+ isolated.rootProject.projectDirectory.file("compose_compiler_config.conf")
72
+ }
73
}
74
0 commit comments