We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5a9f5 commit 78eb23aCopy full SHA for 78eb23a
build.gradle.kts
@@ -12,7 +12,7 @@ val channel: String = properties("pluginVersion").split('-').getOrElse(1) { "def
12
13
plugins {
14
id("java")
15
- id("org.jetbrains.kotlin.jvm") version "2.0.21"
+ id("org.jetbrains.kotlin.jvm") version "2.2.20"
16
id("org.jetbrains.intellij") version "1.17.4"
17
id("org.jetbrains.changelog") version "2.2.1"
18
id("org.jetbrains.qodana") version "2024.2.6"
0 commit comments