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

2
.idea/kotlinc.xml generated
View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="KotlinJpsPluginSettings">
<option name="version" value="2.0.21" />
<option name="version" value="2.1.0" />
</component>
</project>

View file

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