I keep getting `Cannot access Arrow.Kind which is ...
# arrow
k
I keep getting
Cannot access Arrow.Kind which is a supertype of arrow.core.Either.Right
I'm using arrow-core 0.10.5, arrow-core-data 0.10.5, arrow-effects-data 0.9.0
a
Having different versions is likely the problem here, you should update fx to 0.10.5 as well
actually arrow-effects-data doesn’t exist anymore
k
so after removing arrow-effects-data intelliJ is still complaining
I have invalidated caches and restarted as well
a
I’m a bit clueless here, do you get this while just compiling or it’s there code failing specifically? cc @pakoito
h
Did you tried deleting
build
folder from project? I had similar issue, but with Spring and only deleting
build
folder worked 😕 Maybe someone know gradle plugin to delete all caches (Intellij, build, gradle, gradle cached deps, etc)? 😛
p
Cannot access Arrow.Kind which is a supertype of arrow.core
is this at compile time or runtime?
./gradlew clean assemble
?