-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Kotlin's Result #4018
base: trunk
Are you sure you want to change the base?
Conversation
Goooler
commented
Dec 21, 2023
•
edited
Loading
edited
- Closes Add kotlin coroutines sample #3500.
- Closes Add support for Kotlin's Result #3558.
- Closes Add support for Kotlin's Result #3873.
And if we should include this in default adapters? |
ef13d4a
to
4c0db20
Compare
381904f
to
1a65812
Compare
I tested this by including a build from this branch in Tusky. A release build crashes immediately with
Debug build seems fine. |
Ooops, need to keep |
Now it does no longer crash at startup, but I can reproduce this bug that caused me to deprecate my calladapter. Deobfuscated Stacktrace:
To reproduce, go offline and trigger some network calls (sometimes needs a few tries). I think the main problem is that |