We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a6e9a commit 87bbeb5Copy full SHA for 87bbeb5
build.gradle.kts
@@ -27,3 +27,7 @@ dependencies {
27
testImplementation(libs.junit.api)
28
testRuntimeOnly(libs.junit.engine)
29
}
30
+
31
+composeCompiler {
32
+ includeTraceMarkers = true
33
+}
0 commit comments