Mike Welsh
01/11/2024, 1:46 AMkotlinx-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 PMkotlinx-serialization-json
and Wire usage in Multiplatform