Skip to content

Commit 287a00f

Browse files
committed
Build: update to Kotlin 2.2.0
1 parent 5259ddd commit 287a00f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ intellijPreview = "252.23892-EAP-CANDIDATE-SNAPSHOT"
44
junit-platform = "1.13.2"
55
junit5 = "5.13.2"
66
junixsocket = "2.10.1"
7+
kotlin = "2.2.0"
78
lsp4j = "0.24.0"
89

910
[libraries]
@@ -26,4 +27,4 @@ changelog = "org.jetbrains.changelog:2.2.1"
2627
gradleJvmWrapper = "me.filippov.gradle.jvm.wrapper:0.14.0"
2728
grammarkit = "org.jetbrains.grammarkit:2022.3.2.2"
2829
intellijPlatform = "org.jetbrains.intellij.platform:2.6.0"
29-
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.0.0" }
30+
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }

intellij-updater.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"field": "intellijPreview",
1010
"kind": "intellij-idea-community",
1111
"versionFlavor": "eap"
12+
}, {
13+
"file": "gradle/libs.versions.toml",
14+
"field": "kotlin",
15+
"kind": "kotlin",
16+
"versionFlavor": "eap"
1217
}],
1318
"prBodyPrefix": "## Maintainer Note\n> [!WARNING]\n> This PR will not trigger CI by default. Please **close it and reopen manually** to trigger the CI.\n>\n> Unfortunately, this is a consequence of the current GitHub Action security model (by default, PRs created automatically aren't allowed to trigger other automation)."
1419
}

0 commit comments

Comments
 (0)