Hi! I’m wondering if anyone has had any success us...
# multiplatform
m
Hi! I’m wondering if anyone has had any success using Wire and
kotlinx-serialization-json
. I’m finding that the Wire content that gets generated from our proto definitions does not have
@Serializable
annotation on the generated classes (although this issue indicates that maybe they should?) Are there other options for converting protos to JSON in KMM? I assume Gson and Moshi are not KMM compatible currently.
Soft bump on this again - wondering if anyone has experience with
kotlinx-serialization-json
and Wire usage in Multiplatform