for some reason (even though that's only for kotlinx.serialization which I'm not using...) just to implement my own Serializer, is that how its supposed to be?
r
russhwolf
01/08/2019, 1:40 PM
I think that dependency is needed for JsonFeature, regardless of what Serializer implementation you use.
d
dave08
01/08/2019, 1:49 PM
Funny to have to include
kotlinx.serialization
for all implementations, but it seems to be that you're right.