Skip to content

Commit

Permalink
Fix Java files being compiled with Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
serjsysoev committed May 4, 2024
1 parent 6702390 commit 80bb6c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multiplatform-annotations/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ kotlin {
browser {}
}

jvmToolchain(8)
jvm {
compilations.all {
kotlinOptions.jvmTarget = "1.8"
Expand Down

0 comments on commit 80bb6c2

Please sign in to comment.