Apply createPerModulePath method.

Change-Id: Id398829fe7cef18a40fd8af81f865e2457ebb125
pull/1576/head
Jaehwa Noh 9 months ago
parent e35324f69a
commit 42be7c7717

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

Loading…
Cancel
Save