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