hi, what import should I use when I want to use `v...
# arrow
t
hi, what import should I use when I want to use
val fx: Fx<ForIO> = IO.fx()
? from docs it should be
import arrow.effects.extensions.io.fx.fx
but
arrow.effects.extensions.io.fx
doesn't seem to exist. I'm using 0.9.1-SNAPSHOT
i
I recommend using the 0.10.0-SNAPSHOT, because (as of today) it has the same package structure.
Can you link the Doc’s which you refer to, Maybe I missed to refactor some snippets.
t
I've just noticed the new version. It seems I have incorrect dependencies.
Don't know where I found it in the first place. But it's mentioned for example here: https://arrow-kt.io/docs/effects/fx/async/ in the first code snippet
s
We’re currently in the middle of the release process.
A doc update got merged but a couple other PRs need to be merged also and then we release. (Will be this week)
If you use
0.10.0-SNAPSHOT
instead the docs should be correct.
i
We’re working on this issue
The webpage you’re referring to is the old and unmaintained one. https://next.arrow-kt.io/docs/effects/fx/async/
the link I shared is the current one where every update from master is deployed
t
thanks! 🙂
great. everything just clicked into place. thanks 🙂
i
💪🏽