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.
2 parents b46d2d6 + 042cb76 commit af9631eCopy full SHA for af9631e
build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/AndroidCompose.kt
@@ -67,7 +67,7 @@ internal fun Project.configureAndroidCompose(
67
.relativeToRootProject("compose-reports")
68
.let(reportsDestination::set)
69
70
- stabilityConfigurationFile =
71
- isolated.rootProject.projectDirectory.file("compose_compiler_config.conf")
+ stabilityConfigurationFiles
+ .add(isolated.rootProject.projectDirectory.file("compose_compiler_config.conf"))
72
}
73
0 commit comments