Skip to content

Use kotlinx.serialization instead of moshi#136

Draft
friedger wants to merge 4 commits intoYelp:masterfrom
friedger:feature/kotlinx_serial
Draft

Use kotlinx.serialization instead of moshi#136
friedger wants to merge 4 commits intoYelp:masterfrom
friedger:feature/kotlinx_serial

Conversation

@friedger
Copy link
Copy Markdown

@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
Copy Markdown
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.

2 participants