Add dependency management for Kotlin Serialization
Closes gh-37093
This commit is contained in:
@@ -803,6 +803,13 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Kotlin Serialization", "1.6.0") {
|
||||
group("org.jetbrains.kotlinx") {
|
||||
imports = [
|
||||
"kotlinx-serialization-bom"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Lettuce", "6.2.6.RELEASE") {
|
||||
group("io.lettuce") {
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user