Skip to content

Commit 2a180f9

Browse files
authored
Use lambda syntax
1 parent 454e7b6 commit 2a180f9

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)