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 9234bf5 commit b6f5054Copy full SHA for b6f5054
build.gradle.kts
@@ -4,7 +4,7 @@ import org.jetbrains.intellij.platform.gradle.TestFrameworkType
4
5
plugins {
6
id("java") // Java support
7
- kotlin("jvm") version "2.1.10"// Kotlin support
+ kotlin("jvm") version "2.1.20"// Kotlin support
8
id("org.jetbrains.intellij.platform") version "2.2.1"
9
alias(libs.plugins.changelog) // Gradle Changelog Plugin
10
alias(libs.plugins.qodana) // Gradle Qodana Plugin
0 commit comments