Prohibit upgrades to Kotlin Serialization 1.7.x

Closes gh-41826
This commit is contained in:
Stéphane Nicoll
2024-08-12 10:19:47 +02:00
parent 9fdaf386a1
commit 34f5bbe26a

View File

@@ -1108,6 +1108,10 @@ bom {
}
}
library("Kotlin Serialization", "1.6.3") {
prohibit {
versionRange "[1.7.0-RC,)"
because "it requires Kotlin 2"
}
group("org.jetbrains.kotlinx") {
imports = [
"kotlinx-serialization-bom"