|
|
@ -54,8 +54,8 @@ internal fun Project.configureAndroidCompose(
|
|
|
|
|
|
|
|
|
|
|
|
extensions.configure<ComposeCompilerGradlePluginExtension> {
|
|
|
|
extensions.configure<ComposeCompilerGradlePluginExtension> {
|
|
|
|
if (isPropertyValueIsTrue("enableComposeCompilerReportsAndMetrics")) {
|
|
|
|
if (isPropertyValueIsTrue("enableComposeCompilerReportsAndMetrics")) {
|
|
|
|
metricsDestination = relativeToRootProject("compose-metrics")
|
|
|
|
metricsDestination = createPerModulePath("compose-metrics")
|
|
|
|
reportsDestination = relativeToRootProject("compose-reports")
|
|
|
|
reportsDestination = createPerModulePath("compose-reports")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
stabilityConfigurationFile =
|
|
|
|
stabilityConfigurationFile =
|
|
|
|