Skip to content

Commit

Permalink
~JDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
shanshin committed Mar 27, 2024
1 parent 721c753 commit c449c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kover-features-jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ afterEvaluate {
jvmTarget.set(JvmTarget.JVM_1_8)
languageVersion.set(KotlinVersion.KOTLIN_1_5)
apiVersion.set(KotlinVersion.KOTLIN_1_5)
freeCompilerArgs.add("-Xsuppress-version-warnings")
freeCompilerArgs.add("-Xsuppress-version-warnings", "-Xjdk-release=1.8")
}
}
}
Expand Down

0 comments on commit c449c95

Please sign in to comment.