square/moshi

Support Kotlin Multiplatform

samoylenkodmitry opened this issue · 2 comments

We have to make a decision to use Moshi or write our custom Protobuf *.proto -> to Kotlin's serialization data models *.kt codegenerator.
However, we want to be open to switching to Multiplatform in the future.

Do Moshi's team have a KMM in their roadmap?

No one is working on this library so I would not rely on this happening. The conversation to Kotlin/JVM (#1252) stalled, and that's a prerequisite.

I would rather use kotlinx serialization that works in kmp