Hi, I get this compilation error, this code is fro...
# arrow
g
Hi, I get this compilation error, this code is from arrow-examples folder, has something changed?
a
Hi there! which version of arrow are you using?
s
Looks like you bumped to
0.11.0-SNAPSHOT
is that possible?
You should stay on
0.10.4
or
0.10.5-SNAPSHOT
for now.
0.11.0-SNAPSHOT
is still very prone to changes.
If you want to try or play around with
IO<E, A>
on the snapshot anyway, you should pass
Nothing
for
E
to
IO.aync<Nothing>()
☝️ 1
g
message has been deleted
Thanks Simon, another doubt, why are arrow-examples not identified as gradle module?
I had to rip them out of arrow repo, into a separate gradle module of mine
s
They’re not meant to be consumed as a library, but serve as examples for documentation only.
g
Ok