Skip to content

Commit

Permalink
chore(dependency): update kotlin language version as leftover during …
Browse files Browse the repository at this point in the history
…upgrade kotlin from 1.5.32 to 1.6.21 (#2105)
  • Loading branch information
j-sandy authored Nov 13, 2024
1 parent bb3aa3f commit 072ccd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/kotlin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: "kotlin-allopen"

compileKotlin {
kotlinOptions {
languageVersion = "1.5"
languageVersion = "1.6"
jvmTarget = "11"
// see https://kotlinlang.org/docs/java-to-kotlin-interop.html#compatibility-mode-for-default-methods
freeCompilerArgs += "-Xjvm-default=enable"
Expand All @@ -13,7 +13,7 @@ compileKotlin {

compileTestKotlin {
kotlinOptions {
languageVersion = "1.5"
languageVersion = "1.6"
jvmTarget = "11"
freeCompilerArgs += "-Xjvm-default=enable"
}
Expand Down

0 comments on commit 072ccd6

Please sign in to comment.