You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
OffsetDateTime
-> maybe Kotlinx.datetime?URI
-> this might be trickyA first step could be to move all jvm-only things into
jvmMain
and then slowly move things intocommonMain
.The text was updated successfully, but these errors were encountered: