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 c787b33 + 664e244 commit a1887c0Copy full SHA for a1887c0
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
alias(libs.plugins.changelog) // Gradle Changelog Plugin
11
alias(libs.plugins.qodana) // Gradle Qodana Plugin
12
alias(libs.plugins.kover) // Gradle Kover Plugin
13
- kotlin("plugin.serialization") version "2.0.0"
+ kotlin("plugin.serialization") version "2.0.20"
14
}
15
16
group = providers.gradleProperty("pluginGroup").get()
0 commit comments