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.
Mike Welsh
01/12/2024, 7:53 PM
Soft bump on this again - wondering if anyone has experience with