Hi! I just updated the Ktor client to 1.1.1 and go...
# ktor
d
Hi! I just updated the Ktor client to 1.1.1 and got a bunch of:
Copy code
Unresolved reference: JsonFeature
Unresolved reference: serializer
Unresolved reference: OutgoingContent
Unresolved reference: JsonSerializer
I'm using my own implementation of
JsonSerializer
for Moshi. Anyone knows how to fix this?