Kotlin version update.
This commit is contained in:
parent
d60bf6345e
commit
6c3afa54e0
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "1.3.0"
|
kotlin("jvm").version("1.3.21")
|
||||||
application
|
application
|
||||||
id("org.jetbrains.kotlin.kapt") version "1.3.0"
|
id("org.jetbrains.kotlin.kapt").version("1.3.21")
|
||||||
}
|
}
|
||||||
|
|
||||||
// ./gradlew
|
// ./gradlew
|
||||||
|
@ -16,7 +16,7 @@ dependencies {
|
||||||
kapt(semverProcessor)
|
kapt(semverProcessor)
|
||||||
compileOnly(semverProcessor)
|
compileOnly(semverProcessor)
|
||||||
|
|
||||||
compile(kotlin("stdlib"))
|
implementation(kotlin("stdlib"))
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue