Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kotlinx collection immutable support #1739

Open
beigirad opened this issue Sep 19, 2023 · 3 comments
Open

Kotlinx collection immutable support #1739

beigirad opened this issue Sep 19, 2023 · 3 comments

Comments

@beigirad
Copy link

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

@ZacSweers
Copy link
Collaborator

Is there a question here?

@beigirad
Copy link
Author

@ZacSweers
No. I chose feature-request template. I have request to implement it as an artifact to extends Moshi features.

If you're agree with it, I can contribute for it.

@ZacSweers
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@ZacSweers @beigirad and others