Skip to content

Commit cf124aa

Browse files
authored
Emit Kotlin build reports (#4180)
Need a baseline to see how much time we save with [K2](#4170) https://kotlinlang.org/docs/gradle-compilation-and-caches.html#build-reports
1 parent 49fa0e4 commit cf124aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ org.gradle.jvmargs=-Xmx2048m
2222

2323
# prefer non-enterprise variant of test-retry
2424
systemProp.gradle.enterprise.testretry.enabled=false
25+
26+
# outputs to build/reports/kotlin-build
27+
kotlin.build.report.output=file

0 commit comments

Comments
 (0)