Upgrade to JDK 17. Add @JvmRecord annotations

This commit is contained in:
Edwin Jakobs
2024-06-01 07:31:44 +02:00
parent 06f593053b
commit 78fbff54c5
38 changed files with 94 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
kotlinApi = "2.0"
kotlinLanguage = "2.0"
kotlin = "2.0.0"
jvmTarget = "11"
jvmTarget = "17"
openrndr = { require = "[0.4.2, 0.5.0)" }
kotlinxCoroutines = "1.8.1"
kotlinLogging = "6.0.9"