What's the current stability status of Arrow Core ...
# arrow
c
What's the current stability status of Arrow Core for multiplatform projects?
s
It's completely stable. We've been supporting MPP for Core, Fx and Optics since 1.x.x release Sept 2021. I'm using it in a bunch of MPP projects, and some users have reported using it with KMP as well.
c
Great, thanks! I have a homegrown equivalent of Either which is honestly not fun to work with and I'm trying to replace it.
(JVM+JS)
s
You can safely replace it with the one you can find in Arrow-Core if you want ☺️