Fix hot reload for desktop target

This commit is contained in:
2026-04-24 14:11:23 +02:00
parent 761958208e
commit c50d747cf6
2 changed files with 10 additions and 2 deletions

View File

@@ -27,7 +27,11 @@ kotlin {
}
}
jvm()
jvm {
compilerOptions {
jvmTarget.set(JvmTarget.JVM_21)
}
}
js {
browser()