Hello, I'm using Ktor 2.0 and was wondering why kt...
# ktor
a
Hello, I'm using Ktor 2.0 and was wondering why ktor-client JsonPlugin is deprecated? I could not find a ktor-client-content-negociation does this mean the client has to have a server dependency (ktor-server-content-negociation) now ? Thanks
b
No, content negotiation is now shared plugin
Both, server and client predecessors are deprecated
a
Thanks for the info @Big Chungus, makes sense
d
you can find more info about deprecations in the migration guide: https://ktor.io/docs/eap/migrating-2.html#serialization-client
👍 3