Build: Use kotlin version embedded to gradle

This commit is contained in:
Vyacheslav Gerasimov
2019-11-30 19:06:06 +03:00
parent fa7bd3dd2e
commit ad79efeba3
+2 -3
View File
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.3.50"
kotlin("jvm") version embeddedKotlinVersion
`maven-publish`
}
@@ -11,7 +11,6 @@ repositories {
}
dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation(gradleApi())
}
@@ -53,4 +52,4 @@ publishing {
}
}
}
}
}