Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 16662b7

Browse files
authoredOct 10, 2024··
Update plugin org.jetbrains.kotlin.jvm to v2
1 parent 1d42939 commit 16662b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
// Java support
55
id("java")
66
// Kotlin support
7-
id("org.jetbrains.kotlin.jvm") version "1.9.25"
7+
id("org.jetbrains.kotlin.jvm") version "2.0.21"
88
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
99
id("org.jetbrains.intellij") version "1.17.4"
1010
}

0 commit comments

Comments
 (0)
Please sign in to comment.