Skip to content

Commit

Permalink
Merge pull request #3692 from Hannah-Sten/update-kotlin
Browse files Browse the repository at this point in the history
Update Kotlin to 2.0
  • Loading branch information
PHPirates authored Oct 14, 2024
2 parents 18a9242 + ddf3958 commit d0e6c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fun properties(key: String) = project.findProperty(key).toString()
// Supersedes the use of "buildscript" block and "apply plugin:"
plugins {
id("org.jetbrains.intellij.platform") version "2.1.0"
kotlin("jvm") version ("1.9.20")
kotlin("jvm") version ("2.0.20")

// Plugin which can check for Gradle dependencies, use the help/dependencyUpdates task.
id("com.github.ben-manes.versions") version "0.51.0"
Expand Down

0 comments on commit d0e6c53

Please sign in to comment.