Skip to content

Commit 38b6fd3

Browse files
committed
Report Kotlin compiler version when building project
1 parent 2fd5c84 commit 38b6fd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ buildscript {
2626
}
2727
}
2828

29+
// Report Kotlin compiler version when building project
30+
println("Using Kotlin compiler version: $org.jetbrains.kotlin.config.KotlinCompilerVersion.VERSION")
31+
2932
// --------------- Configure sub-projects with Kotlin sources ---------------
3033

3134
def sourceless = ['site']

0 commit comments

Comments
 (0)