We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506df84 commit eee716bCopy full SHA for eee716b
build.gradle.kts
@@ -43,7 +43,7 @@ allprojects {
43
}
44
45
tasks.withType<KotlinCompile> {
46
- kotlinOptions.jvmTarget = JavaVersion.VERSION_11.toString()
+ kotlinOptions.jvmTarget = "1.8"
47
48
49
library/build.gradle.kts
@@ -11,7 +11,7 @@ kotlin {
11
12
jvm {
13
compilations.all {
14
15
16
testRuns["test"].executionTask.configure {
17
useJUnitPlatform()
0 commit comments