Skip to content

Commit

Permalink
change kotlin language version to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Nov 17, 2023
1 parent 067d4d3 commit 17a9fae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extensions/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ tasks {
withType(KotlinCompile::class) {
kotlinOptions {
jvmTarget = "1.8"
// earliest version supported by kotlin 1.9
languageVersion = "1.4"
languageVersion = "1.6"
}
}

Expand Down

0 comments on commit 17a9fae

Please sign in to comment.