I'm trying to use arrow in a compose multiplatform...
# arrow
d
I'm trying to use arrow in a compose multiplatform project. It works fine for the
server
module, but I want to use it in the
shared
module too, but I'm getting errors in the wasmJs dependencies
Copy code
:shared:wasmJsMain: Could not resolve io.arrow-kt:arrow-core:1.2.4.
:shared:wasmJsTest: Could not resolve io.arrow-kt:arrow-core:1.2.4.
c
WASM support is being added in 2.0. I think (?) that snapshots support WASM
d
Okay. I was only using it in one small place, so I think I'll wait on it until 2.0
a
you can try the 2.0-alpha's if you really need the WASM support
d
Thanks. I’m not in a hurry. I was only using it for Option in one place, and it didn’t really need it there.