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.
2 parents 6268b15 + 878db38 commit 6a6871aCopy full SHA for 6a6871a
build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
11
alias(libs.plugins.changelog) // Gradle Changelog Plugin
12
alias(libs.plugins.qodana) // Gradle Qodana Plugin
13
alias(libs.plugins.kover) // Gradle Kover Plugin
14
- kotlin("plugin.serialization") version "2.2.10"
+ kotlin("plugin.serialization") version "2.2.20"
15
}
16
17
group = providers.gradleProperty("pluginGroup").get()
gradle/libs.versions.toml
@@ -5,9 +5,9 @@ opentest4j = "1.3.0"
5
6
# plugins
7
changelog = "2.4.0"
8
-intelliJPlatform = "2.8.0"
9
-kotlin = "2.2.10"
10
-kover = "0.9.1"
+intelliJPlatform = "2.9.0"
+kotlin = "2.2.20"
+kover = "0.9.2"
qodana = "2025.2.1"
[libraries]
0 commit comments