In the 1.2.0 change log it says KotlinxSerializer ...
# ktor
z
In the 1.2.0 change log it says KotlinxSerializer moved to a separate artifact. What is the new artifact?
In the documentation it still just says
io.ktor:ktor-client-json-jvm
which doesn’t seem to actually have KotlinxSerializer
q
io.ktor:ktor-client-serialization:1.2.0
io.ktor:ktor-client-serialization-jvm:1.2.0
it seems
z
Looks like that’s working, thank you.