We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95ce89 commit 68817bfCopy full SHA for 68817bf
build.gradle.kts
@@ -25,6 +25,16 @@ subprojects {
25
"-Xopt-in=androidx.compose.material3.ExperimentalMaterial3Api",
26
"-Xopt-in=androidx.lifecycle.compose.ExperimentalLifecycleComposeApi"
27
)
28
+ kotlinOptions.freeCompilerArgs += listOf(
29
+ "-P",
30
+ "plugin:androidx.compose.compiler.plugins.kotlin:reportsDestination=" +
31
+ project.buildDir.absolutePath + "/compose_metrics"
32
+ )
33
34
35
+ "plugin:androidx.compose.compiler.plugins.kotlin:metricsDestination=" +
36
37
38
kotlinOptions.jvmTarget = JavaVersion.VERSION_1_8.toString()
39
}
40
0 commit comments