Skip to content

Commit

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

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

applyDefaultHierarchyTemplate()

Expand Down

0 comments on commit 0b6e55b

Please sign in to comment.