Skip to content

Commit b3ef0fc

Browse files
committed
JVM 21
1 parent 458a47c commit b3ef0fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@file:Suppress("VulnerableLibrariesLocal", "SpellCheckingInspection")
22

3+
import org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_21
4+
5+
36
repositories {
47
mavenCentral()
58
maven("https://jitpack.io")
@@ -20,6 +23,7 @@ dependencies {
2023
}
2124
kotlin {
2225
compilerOptions {
26+
jvmTarget = JVM_21
2327
compilerOptions.optIn.add("kotlinx.serialization.ExperimentalSerializationApi")
2428
}
2529
}

0 commit comments

Comments
 (0)