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> { 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 =

Loading…
Cancel
Save