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 610ff0e commit abfb861Copy full SHA for abfb861
build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
16
// Kotlin support
17
id("org.jetbrains.kotlin.jvm") version "2.0.21"
18
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
19
- id("org.jetbrains.intellij.platform") version "2.1.0"
+ id("org.jetbrains.intellij.platform") version "2.2.1"
20
// id("org.jetbrains.intellij.platform.migration") version "2.0.0-beta7"
21
}
22
0 commit comments