is Stream available in 1.0.0-SNAPSHOT?, i can't fo...
# arrow
c
is Stream available in 1.0.0-SNAPSHOT?, i can't found it
a
it’s available from 0.11
in the arrow-fx-coroutines lib
c
ok, i had imported just
io.arrow-kt:arrow-fx
a
actually with the
arrow-fx-coroutines
module you don’t even need
core
as it’s included already, so in most cases you just need one single Arrow implementation in your gradle file 👌
👍 1
s
io.arrow-kt:arrow-fx
will get deprecated, not sure if already in
1.0.0
Stream
will also be moved to a seperate module like the currently open
STM
PR.