Skip to content

Commit a7f8642

Browse files
committed
(WIP) includeTraceMarkers
1 parent 3177877 commit a7f8642

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ dependencies {
2727
testImplementation(libs.junit.api)
2828
testRuntimeOnly(libs.junit.engine)
2929
}
30+
31+
composeCompiler {
32+
includeTraceMarkers = true
33+
// TODO includeSourceInformation
34+
}

0 commit comments

Comments
 (0)