Check the property value is true.

Change-Id: Idbde833767c13f73a46533bf8dc320fc1926a620
pull/1576/head
Jaehwa Noh 1 year ago
parent 96f4b50b6a
commit 15cc78f763

@ -51,7 +51,7 @@ internal fun Project.configureAndroidCompose(
}
extensions.configure<ComposeCompilerGradlePluginExtension> {
if (project.hasProperty("enableComposeCompilerReportsAndMetrics")) {
if (isPropertyValueIsTrue("enableComposeCompilerReportsAndMetrics")) {
metricsDestination = relativeToRootProject("compose-metrics")
reportsDestination = relativeToRootProject("compose-reports")
}

Loading…
Cancel
Save