[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:
Pavel Punegov
2022-02-18 10:16:18 +03:00
parent 3a4d6bcb18
commit d69df1898d
22 changed files with 38 additions and 20 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ buildscript {
dependencies {
bootstrapCompilerClasspath(kotlin("compiler-embeddable", bootstrapKotlinVersion))
classpath("org.jetbrains.kotlin:kotlin-build-gradle-plugin:0.0.36")
classpath("org.jetbrains.kotlin:kotlin-build-gradle-plugin:${kotlinBuildProperties.buildGradlePluginVersion}")
classpath(kotlin("gradle-plugin", bootstrapKotlinVersion))
classpath(kotlin("serialization", bootstrapKotlinVersion))
}