Update to Kotlin 2.1

This commit is contained in:
Sven Weidauer 2025-05-12 20:23:24 +02:00
parent c4dfbfd3ed
commit 9ac3ce01b8
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "2.0.21"
kotlin("jvm") version "2.1.0"
}
group = "org.example"