Skip to content

Commit

Permalink
Remove deprecated kotlinOptions
Browse files Browse the repository at this point in the history
- Not needed anymore as it is supposed to be auto-generated by Gradle.
- Another benefit is that we do not have to worry about setting the jvmTarget.

[#184142402]
  • Loading branch information
hsinn0 committed Oct 3, 2023
1 parent 512592e commit 67bc033
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions kotlin.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
compileKotlin {
kotlinOptions {
freeCompilerArgs = ["-Xjsr305=strict", "-Xjvm-default=all-compatibility"]
jvmTarget = "11"
}
}
compileTestKotlin {
kotlinOptions {
freeCompilerArgs = ["-Xjsr305=strict", "-Xjvm-default=all-compatibility"]
jvmTarget = "11"
}
}

0 comments on commit 67bc033

Please sign in to comment.