We are working on version 0.65. Change is mainly t...
# kotlin-fuel
k
We are working on version 0.65. Change is mainly to use
Result
instead. So, it favors
Result.Success
&
Result.Failure
to check success/failure of the operation after network call is finished. It leads to better understanding than the old
Either
version of
Left
&
Right
.