Use lambda syntax

pull/1765/head
Simon Marquis 6 days ago committed by GitHub
parent 454e7b6e64
commit 2a180f9d49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -67,7 +67,8 @@ internal fun Project.configureAndroidCompose(
.relativeToRootProject("compose-reports") .relativeToRootProject("compose-reports")
.let(reportsDestination::set) .let(reportsDestination::set)
stabilityConfigurationFiles stabilityConfigurationFiles.add {
.add(isolated.rootProject.projectDirectory.file("compose_compiler_config.conf")) isolated.rootProject.projectDirectory.file("compose_compiler_config.conf")
}
} }
} }

Loading…
Cancel
Save