Skip to content

Commit

Permalink
revert: Updating jvmTarget
Browse files Browse the repository at this point in the history
reset to 8
  • Loading branch information
turtton committed Jun 4, 2023
1 parent 56e51c8 commit b88e5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kotlin {
jvm {
compilations {
all {
kotlinOptions.jvmTarget = "11"
kotlinOptions.jvmTarget = "1.8"
}
}
}
Expand Down

0 comments on commit b88e5b2

Please sign in to comment.