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 41f54a9 commit 71bfd44Copy full SHA for 71bfd44
build.gradle.kts
@@ -4,7 +4,7 @@ fun properties(key: String) = project.findProperty(key).toString()
4
5
plugins {
6
id("org.jetbrains.kotlin.jvm") version "2.2.21"
7
- id("org.jetbrains.intellij.platform") version "2.10.4"
+ id("org.jetbrains.intellij.platform") version "2.10.5"
8
kotlin("plugin.serialization") version "2.2.21"
9
10
// Gradle Changelog Plugin
0 commit comments