ZacSweers / MoshiX

Extensions for Moshi including IR plugins, moshi-sealed, and more.
Apache License 2.0
514 stars 37 forks source link

Kotlinx collection immutable #574

Closed beigirad closed 4 months ago

beigirad commented 6 months ago

Resolve issue #460 or 1739 of moshi

In following of #478, I implemented Collection, Set and did some improvements based on @ZacSweers comment:

  • [ ] support Sets
  • [ ] support Collection
  • [ ] simplify the API to just ImmutableCollectionsJsonAdapter.Factory, rather than one for each.

Originally posted by @ZacSweers in https://github.com/ZacSweers/MoshiX/issues/478#issuecomment-1685295866

ZacSweers commented 4 months ago

Implemented in #586