square / moshi

A modern JSON library for Kotlin and Java.
https://square.github.io/moshi/1.x/
Apache License 2.0
9.65k stars 750 forks source link

Support Kotlin Multiplatform #1827

Open samoylenkodmitry opened 4 months ago

samoylenkodmitry commented 4 months ago

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?

JakeWharton commented 4 months ago

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.

Siedlerchr commented 2 weeks ago

I would rather use kotlinx serialization that works in kmp