I am trying to do something very basic like `Eithe...
# arrow
k
I am trying to do something very basic like
Either.Right("SOMETHING").map{it.toLowerCase()}
and I'm getting
Cannot access 'arrow.Kind' which is a supertype of 'arrow.core.Either'
I already have arrow-core 0.10.5 and arrow-core-data 0.10.5 is there another library I need to bring in?
p
hmmmm this is weird
can you check with
./gradlew dependencies
if you’re pulling multiple versions?