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 d575cff commit c6337fcCopy full SHA for c6337fc
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
// Java support
5
id("java")
6
// Kotlin support
7
- id("org.jetbrains.kotlin.jvm") version "1.9.0"
+ id("org.jetbrains.kotlin.jvm") version "1.9.10"
8
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
9
id("org.jetbrains.intellij") version "1.13.3"
10
}
0 commit comments