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 21d55ca commit ebd8ab8Copy full SHA for ebd8ab8
build.gradle.kts
@@ -6,7 +6,7 @@ fun properties(key: String) = project.findProperty(key).toString()
6
plugins {
7
id("org.jetbrains.kotlin.jvm") version "2.2.0"
8
id("org.jetbrains.intellij") version "1.17.4"
9
- kotlin("plugin.serialization") version "2.2.0"
+ kotlin("plugin.serialization") version "2.2.10"
10
11
// Gradle Changelog Plugin
12
id("org.jetbrains.changelog") version "2.4.0"
0 commit comments