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 0c9186c commit 00e00e6Copy full SHA for 00e00e6
build.gradle.kts
@@ -3,7 +3,7 @@ import org.jetbrains.changelog.Changelog
3
fun properties(key: String) = project.findProperty(key).toString()
4
5
plugins {
6
- id("org.jetbrains.kotlin.jvm") version "2.0.10"
+ id("org.jetbrains.kotlin.jvm") version "2.0.20"
7
id("org.jetbrains.intellij") version "1.17.4"
8
kotlin("plugin.serialization") version "2.0.10"
9
0 commit comments