We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6ad612 + 4b63cbd commit 6bb6816Copy full SHA for 6bb6816
build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
12
// JaCoCo report support
13
id("org.jetbrains.kotlinx.kover") version "0.8.3"
14
// Kotlin support
15
- id("org.jetbrains.kotlin.jvm") version "2.0.20"
+ id("org.jetbrains.kotlin.jvm") version "2.0.21"
16
// intellij-platform-gradle-plugin - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html
17
id("org.jetbrains.intellij.platform") version "2.1.0"
18
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
0 commit comments