Prohibit upgrades to Kotlin Serialization 1.7.x
Closes gh-41826
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user