We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a6e9a commit afd4611Copy full SHA for afd4611
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