add super enchant as dep and update kotlin

This commit is contained in:
alexcrea 2026-05-14 06:29:18 +02:00
parent 24db259435
commit 55f6b94ba9
Signed by: alexcrea
GPG key ID: E346CD16413450E3
22 changed files with 27 additions and 23 deletions

View file

@ -29,7 +29,7 @@ tasks.withType<JavaCompile>().configureEach {
kotlin {
compilerOptions {
apiVersion.set(org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_2_0)
apiVersion.set(org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_2_2)
jvmTarget.set(JvmTarget.JVM_16)
}
}