We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e402d07 commit afcbf45Copy full SHA for afcbf45
build.gradle.kts
@@ -28,7 +28,7 @@ tasks.test {
28
29
tasks.withType<KotlinCompile> {
30
kotlinOptions.allWarningsAsErrors = true
31
- kotlinOptions.jvmTarget = "17"
+ kotlinOptions.jvmTarget = "1.8"
32
}
33
34
koverReport {
0 commit comments