Skip to content

Commit 00ae865

Browse files
committed
Unified the Kotlin an serialization versions as they're coupled.
1 parent 9cd64cd commit 00ae865

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ kotlin = "2.1.10"
3333
plugin-oss-licenses = "0.10.6"
3434
ktlint = "12.2.0"
3535
detekt = "1.23.8"
36-
kotlin-plugin-serialization = "2.1.10"
3736
kotlinx-serialization-json = "1.8.0"
3837
minSdk = "22"
3938
targetSdk = "35"
@@ -106,4 +105,4 @@ hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
106105
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
107106
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
108107
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
109-
kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization",version.ref = "kotlin-plugin-serialization" }
108+
kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization",version.ref = "kotlin" }

0 commit comments

Comments
 (0)