Skip to content

Commit

Permalink
Revert "Set Kotlin's language version to Java 8"
Browse files Browse the repository at this point in the history
This reverts commit 0b6e55b.
  • Loading branch information
ethauvin committed Oct 16, 2024
1 parent 0b6e55b commit 742c221
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ plugins {
}

kotlin {
jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(8))
}
//jvmToolchain(11)

applyDefaultHierarchyTemplate()

Expand Down

0 comments on commit 742c221

Please sign in to comment.