I'm starting to feel like most cases where I call ...
# arrow
x
I'm starting to feel like most cases where I call Java code that throws checked exceptions, I don't want them to percolate up as exceptions, but instead wrap them in something (eg:
Try
or
Either
) or otherwise handle them locally. Does anyone know of any tools for finding all of the places my Koltin code is calling Java that throws checked exceptions?