|
|
@ -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")
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|