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

Use kotlinx.serialization instead of moshi #136

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

friedger
Copy link

@friedger friedger commented Jun 10, 2020

This PR tries to make the project better suitable for multiplatform projects.

Therefore, moshi is replaced by kotlinx.serialization. Probably, this should go in a different folder or classes.

This is mainly to see what changes need to be done for kotlinx.serialization

@cortinico
Copy link
Collaborator

Thanks for the PR @friedger, I think it's a good starting point to have a prototype (though I can't be merged as it's going to be a breaking change).

I think the goal could be to have the junit-test module to run correctly on CI.

So far you have ktlint failing. I suggest you to install the pre-commit hooks with ./gradlew installHooks so that you have the code formatted before pushing.

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

Successfully merging this pull request may close these issues.

None yet

2 participants