Skip to content

Commit

Permalink
set jvmTarget back to 8 (#258)
Browse files Browse the repository at this point in the history
To fix #257.
* Update build.gradle.kts
  • Loading branch information
oshai committed Nov 2, 2022
1 parent 8dbb266 commit 90ddbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -38,7 +38,7 @@ kotlin {
kotlinOptions {
apiVersion = "1.4"
languageVersion = "1.4"
jvmTarget = "11"
jvmTarget = "1.8"
}
}
}
Expand Down

0 comments on commit 90ddbd3

Please sign in to comment.