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

Be kotlin multiplatform compliant #7

Closed
7 tasks done
tguerin opened this issue Oct 4, 2022 · 1 comment
Closed
7 tasks done

Be kotlin multiplatform compliant #7

tguerin opened this issue Oct 4, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tguerin
Copy link
Owner

tguerin commented Oct 4, 2022

For now the project was not targeted for kotlin multiplatform. Here is an exhaustive list of tasks to accomplish to make this project KMP ready:

  • Remove use of jvm specific classes (IDN, etc)
  • Use ktor instead of OkHttp
  • Remove AlchemyProxy implementation for a custom annotation parser and generated classes
  • Remove Retrofit implementation for a custom annotation parser and generated classes
  • Use kotlinx serialization instead of Gson
  • Setup project modules as kmp
  • Reorganize the modules to be either mutliplatform or jvm dependent
@tguerin tguerin self-assigned this Oct 4, 2022
@tguerin tguerin added the enhancement New feature or request label Oct 4, 2022
@tguerin tguerin pinned this issue Nov 11, 2022
@tguerin
Copy link
Owner Author

tguerin commented Nov 11, 2022

Need KMP before really implementing wallet otherwise I'll do the job twice. Let's go!

@tguerin tguerin closed this as completed Jan 26, 2023
@tguerin tguerin unpinned this issue Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant