Fausto Napoli
Results
1
issues of
Fausto Napoli
Currently, when using Esito's `Result` with a network request that returns a null body (example: `fun foo(...): Result`), `EsitoBodyThrowableCall` crashes because it tries to get a non-null body: ```kotlin private...