Skip to content

Commit e174026

Browse files
committed
fix: kotlin jvm target to 21
1 parent 2d1e2bc commit e174026

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
@@ -59,7 +59,7 @@ tasks {
5959
}
6060

6161
compileKotlin {
62-
kotlinOptions.jvmTarget = "17"
62+
kotlinOptions.jvmTarget = "21"
6363
}
6464

6565
}

0 commit comments

Comments
 (0)