What is the current state of Arrow for multiplatfo...
# arrow
c
What is the current state of Arrow for multiplatform?
r
Arrow has everything it needs now to be multiplatform and will be in 0.13 or right after it in the next release, guaranteed in 1.0 ETA this summer. 0.12 and 0.13 are around the corner.
❤️ 1
c
Thanks a lot! Is there a way to get
Either
and
either
in a project that needs to be Multiplattorm but only needs Java/Android for now, but will be expanded to JS/... in the future (probably by this summer as well) At this point it's more of a prototype than a production-ready project, but the gradle configuration is already done
r
If I understood correctly yes, once it’s MPP you can consume it in JS, native and JVM including Android but not just yet this second unless you copy the sources and compile them yourself. I’d advice to wait for the release if possible.
c
Thanks a lot ^^
👍 1
c
Wondering if there was any update on this? I tried adding 1.0.0-SNAPSHOT to a multiplatform(iOS/Android) project and couldn’t get it to work.
r
The mpp layout is not there yet, it will be added next
c
Great thanks for the response!
c
Is there a good place we can subscribe to to get notified when it's ready? As in a pull request or similar
r
We will announce it in the channel here and on Twitter since MPP is a big milestone
🙏 1