[build] Advance kotlin-build-gradle-plugin version to 0.0.38 in the repo
Use build Gradle plugin version property
This commit is contained in:
@@ -66,6 +66,8 @@ class KotlinBuildProperties(
|
||||
|
||||
val buildCachePassword: String? = getOrNull("kotlin.build.cache.password") as String?
|
||||
|
||||
val buildGradlePluginVersion: String? = getOrNull("kotlin.build.gradlePlugin.version") as String?
|
||||
|
||||
val kotlinBootstrapVersion: String? = getOrNull("bootstrap.kotlin.default.version") as String?
|
||||
|
||||
val defaultSnapshotVersion: String? = getOrNull("defaultSnapshotVersion") as String?
|
||||
|
||||
Reference in New Issue
Block a user