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 ccc154f + c20620c commit 3d4389aCopy full SHA for 3d4389a
build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
12
alias(libs.plugins.changelog) // Gradle Changelog Plugin
13
alias(libs.plugins.qodana) // Gradle Qodana Plugin
14
alias(libs.plugins.kover) // Gradle Kover Plugin
15
- kotlin("plugin.serialization") version "2.2.0"
+ kotlin("plugin.serialization") version "2.2.10"
16
}
17
18
group = providers.gradleProperty("pluginGroup").get()
0 commit comments