Skip to content

Commit 042cb76

Browse files
authored
Restore initial function call
1 parent 2a180f9 commit 042cb76

File tree

1 file changed

+2
-3
lines changed
  • build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid

1 file changed

+2
-3
lines changed

build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/AndroidCompose.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ internal fun Project.configureAndroidCompose(
6767
.relativeToRootProject("compose-reports")
6868
.let(reportsDestination::set)
6969

70-
stabilityConfigurationFiles.add {
71-
isolated.rootProject.projectDirectory.file("compose_compiler_config.conf")
72-
}
70+
stabilityConfigurationFiles
71+
.add(isolated.rootProject.projectDirectory.file("compose_compiler_config.conf"))
7372
}
7473
}

0 commit comments

Comments
 (0)