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.
1 parent da73c99 commit 92f02c4Copy full SHA for 92f02c4
buildSrc/build.gradle.kts
@@ -9,7 +9,7 @@ dependencies {
9
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.21"))
10
11
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
12
- implementation("org.jetbrains.kotlin:kotlin-serialization:2.0.20")
+ implementation("org.jetbrains.kotlin:kotlin-serialization:2.0.21")
13
14
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7")
15
implementation("org.jmailen.gradle:kotlinter-gradle:4.4.1")
0 commit comments