Report Kotlin compiler version when building project
diff --git a/build.gradle b/build.gradle
index 125772f..a647f42 100644
--- a/build.gradle
+++ b/build.gradle
@@ -26,6 +26,9 @@
     }
 }
 
+// Report Kotlin compiler version when building project
+println("Using Kotlin compiler version: $org.jetbrains.kotlin.config.KotlinCompilerVersion.VERSION")
+
 // --------------- Configure sub-projects with Kotlin sources ---------------
 
 def sourceless = ['site']