https://kotlinlang.org logo
s

snowe

01/24/2019, 7:02 PM
two things. 1. the fuel documentation says to call
is Result.Failure
to check the result class type. I’m unable to do so because it’s stating that Result is
Sorry it was trying to resolve kotlin’s
Result
class. I had to add a specific import for your
Result
instead. 2. looking at the Result documentation there should be a
success
method, but I see only
get()
,
component1
,
component2
, and `fold()