Skip to content

Commit

Permalink
build: bump kotlin version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Jun 21, 2024
1 parent b283824 commit 0d717d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ kotlin {
plugins {
application
java
kotlin("jvm") version "1.9.23"
kotlin("jvm") version "2.0.0"
}

repositories {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
org.gradle.caching=true
org.gradle.parallel=true
kotlin.experimental.tryK2=true
# fill in your steam directory ending with '/steamapps'
userSteamDir=

0 comments on commit 0d717d1

Please sign in to comment.