You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
If you want to build with Kotlin Multiplatform in mind, many developers recommend using kotlinx.serialization, as it already offers robust support for KMM and is more aligned with cross-platform development.
If cross-platform flexibility is a priority, switching to kotlinx.serialization might be the better long-term choice over relying on Moshi.
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?
The text was updated successfully, but these errors were encountered: