Simon Marquis 6 days ago committed by GitHub
parent 917e12c50e
commit 454e7b6e64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save