Join Slack
Powered by
Hey all. Quick sanity check . I'm trying to use <...
# arrow
p
Pratik Bhusal
06/26/2024, 6:08 PM
Hey all. Quick sanity check . I'm trying to use
Either.catchOrThrow
is a pure java gradle project, but for some reason I cannot seem to figure out how to properly call the function. Surprisingly,
Either.catch
works just fine. Here is a toy project to showcase the issue:
https://github.com/PratikBhusal/arrowkt-Either.catchOrThrow-not-available-in-java-[…]9c425cf5cd47760/src/main/java/org/example/hello/world/Main.java
Hopefully this just a silly mistake on my end and not a bug. If it is a bug, then I can go ahead and file a new issue on the github repo.
Pratik Bhusal
06/26/2024, 7:26 PM
I figured out why:
https://github.com/Kotlin/binary-compatibility-validator/issues/35
Pratik Bhusal
06/26/2024, 7:27 PM
Since I've answered my awn question, I guess i'll now need to figure out the best equivalent approach.
2
Views
Open in Slack
Previous
Next