anyone has experience/examples using Arrow in kmm,...
# arrow
t
anyone has experience/examples using Arrow in kmm, especially when interoperating with Swift?
1
s
Sadly not that I know of. I've actually wondered if we need to do something special for this? I saw some KMP projects publish cacaopods also, and some Kotlin JS projects publish to npm as well. We currently do neither. Do you know about any documentation around this for library authors? Do you have any experience with this? cc\\ @Javier
j
I haven't tried arrow with swift but you should be able to import it as a normal kmp project.
The experience is not going to be perfect as it is with Kotlin because currently KMP compiles to objective C. It is in the Kotlin backlog generate swift code in the future tho
s
It is in the Kotlin backlog generate swift code in the future tho
Sweet!
j
A simple way to try it probably can be just create a kmp project from the wizard and add arrow to the commonMain dependencies. Do whatever thing with it in shared and/or directly in the swift ios app
124 Views