Any news if Ktor will update to kotlinx.serializat...
# ktor
m
Any news if Ktor will update to kotlinx.serialization RC2 or wait for the stable release?
l
Can't you update independently?
m
I can, but since the API is not stable yet, I am not sure if it is wise (and safe?) to do on my end
c
We are looking at it
At least kotlinx-serialization-json dependency need to be included
Looks like it is the only you need: add -json module dependency since -core doesn’t include json any more
m
Nice! thank you!