Hello, I tried switching from 0.9.0 to 0.10.2 on a...
# arrow
k
Hello, I tried switching from 0.9.0 to 0.10.2 on an android project. I have the arrow-fx and arrow-syntax in my gradle, and everything compiles correctly after changing the packages and some minor stuff. But at runtime, I get NoClassDefFoundErrors, such as:
Caused by: java.lang.NoClassDefFoundError: arrow.fx.internal.Platform$_trampoline$1
. My tests also run correctly using the IDE, but fail with NoClassDefFoundErrors when started with a gradle command. Did I miss something when I migrated?