Introduce Kotlin Serialization auto-configuration

See gh-46546

Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
This commit is contained in:
Dmitry Sulman
2025-09-10 20:53:40 +02:00
committed by Brian Clozel
parent 4b0b9e5e36
commit c7621bb6be
23 changed files with 1018 additions and 8 deletions
@@ -154,6 +154,9 @@ dependencies {
api(project(":module:spring-boot-kafka")) {
transitive = false
}
api(project(":module:spring-boot-kotlin-serialization")) {
transitive = false
}
api(project(":module:spring-boot-ldap")) {
transitive = false
}