You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
recoverIf has been renamed to tryRecoverIf, and recoverIf now is a function that should return an ApiResult. This is done to prevent declaration clashes since kotlin doesn't yet know how to resolve overloads.
Kotlin 1.9.22
NotFinishedException now extends IllegalStateException instead of IllegalArgumentException
Fixed ApiResult builder function returning Loading. Previous behavior was to return Success, this reverts back to that
New operators - recoverIf, apply. Apply is the same as map but takes this as a parameter