Skip to content

Commit

Permalink
update Kotlin language version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
apatrida committed Jun 30, 2020
1 parent 1f40a70 commit 27e1b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ targetCompatibility = JavaVersion.VERSION_1_8
compileKotlin {
kotlinOptions {
jvmTarget = 1.8
languageVersion = 1.2
languageVersion = 1.3
}
}

compileTestKotlin {
kotlinOptions {
jvmTarget = 1.8
languageVersion = 1.2
languageVersion = 1.3
}
}

Expand Down

0 comments on commit 27e1b81

Please sign in to comment.