Skip to content

Commit

Permalink
set jvmTarget back to 8
Browse files Browse the repository at this point in the history
To fix #257.
  • Loading branch information
oshai authored Nov 2, 2022
1 parent 8dbb266 commit 54ecd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ kotlin {
kotlinOptions {
apiVersion = "1.4"
languageVersion = "1.4"
jvmTarget = "11"
jvmTarget = "8"
}
}
}
Expand Down

0 comments on commit 54ecd8e

Please sign in to comment.