Update to Kotlin 2.1
This commit is contained in:
parent
c4dfbfd3ed
commit
9ac3ce01b8
2 changed files with 2 additions and 2 deletions
2
.idea/kotlinc.xml
generated
2
.idea/kotlinc.xml
generated
|
@ -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>
|
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
kotlin("jvm") version "2.0.21"
|
||||
kotlin("jvm") version "2.1.0"
|
||||
}
|
||||
|
||||
group = "org.example"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue