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're replacing Kotlinx collection with normal collections in our project. But we can't use this types in json classes that Moshi requires.
There's some alternative JsonAdapters and Factories (like #449 and some other gist instances) but they're not as well as built-in adapters and hasn't full support like List and Map
The text was updated successfully, but these errors were encountered:
There's a similar request in moshix (moshi extensions), I think it'd make more sense there. The PR stalled, but perhaps you could offer to take it over - ZacSweers/MoshiX#478
We're replacing Kotlinx collection with normal collections in our project. But we can't use this types in json classes that Moshi requires.
There's some alternative JsonAdapters and Factories (like #449 and some other gist instances) but they're not as well as built-in adapters and hasn't full support like
List
andMap
The text was updated successfully, but these errors were encountered: