Skip to content

Commit 87bbeb5

Browse files
committed
Include composition trace markers in the generated code
1 parent a7a6e9a commit 87bbeb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ dependencies {
2727
testImplementation(libs.junit.api)
2828
testRuntimeOnly(libs.junit.engine)
2929
}
30+
31+
composeCompiler {
32+
includeTraceMarkers = true
33+
}

0 commit comments

Comments
 (0)