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