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

Make this library multi-platform #71

Open
2 tasks
oxisto opened this issue Oct 16, 2024 · 0 comments
Open
2 tasks

Make this library multi-platform #71

oxisto opened this issue Oct 16, 2024 · 0 comments

Comments

@oxisto
Copy link
Contributor

oxisto commented Oct 16, 2024

Since most (if not all) of our dependencies are pure Kotlin, we could see how compatible we are with a Multiplatform build. This might open up interesting options to integrate this library into other native settings.

  • Do not use OffsetDateTime -> maybe Kotlinx.datetime?
  • Do not use URI -> this might be tricky

A first step could be to move all jvm-only things into jvmMain and then slowly move things into commonMain.

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

No branches or pull requests

1 participant