Skip to content

Commit

Permalink
update kotlin to 1.3.72
Browse files Browse the repository at this point in the history
  • Loading branch information
Legion2 committed Apr 16, 2020
1 parent 61ab3c5 commit e1236ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.3.71"
kotlin("jvm") version "1.3.72"
application
}

Expand All @@ -25,7 +25,7 @@ dependencies {
implementation("io.ktor:ktor-client-gson:$ktorVersion")
}

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
kotlinOptions {
jvmTarget = "1.8"
languageVersion = "1.3"
Expand Down

0 comments on commit e1236ac

Please sign in to comment.