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 6b52292 + c90dd1c commit d0bb981Copy full SHA for d0bb981
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.21"
+ kotlin("plugin.serialization") version "2.3.0"
15
}
16
17
group = providers.gradleProperty("pluginGroup").get()
gradle/libs.versions.toml
@@ -6,7 +6,7 @@ opentest4j = "1.3.0"
6
# plugins
7
changelog = "2.5.0"
8
intelliJPlatform = "2.10.5"
9
-kotlin = "2.2.21"
+kotlin = "2.3.0"
10
kover = "0.9.4"
qodana = "2025.2.4"
0 commit comments