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 { plugins {
kotlin("jvm") version "1.3.50" kotlin("jvm") version embeddedKotlinVersion
`maven-publish` `maven-publish`
} }
@@ -11,7 +11,6 @@ repositories {
} }
dependencies { dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation(gradleApi()) implementation(gradleApi())
} }
@@ -53,4 +52,4 @@ publishing {
} }
} }
} }
} }