Skip to content

Commit

Permalink
build: remove -Xjdk-release again
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Dec 28, 2024
1 parent 2f46697 commit 33c9fdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ kotlin {
compilerOptions.configure {
apiVersion = KotlinVersion.KOTLIN_1_8
languageVersion = KotlinVersion.KOTLIN_1_8

freeCompilerArgs.add("-Xjdk-release=8")
}
}

Expand Down

0 comments on commit 33c9fdd

Please sign in to comment.