Skip to content

Commit 45ec513

Browse files
committed
Fixed jvmTarget
1 parent 162254c commit 45ec513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ tasks.test {
3636
}
3737

3838
tasks.withType<KotlinCompile> {
39-
kotlinOptions.jvmTarget = "1.17"
39+
kotlinOptions.jvmTarget = "17"
4040
}

0 commit comments

Comments
 (0)