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
The main benefit of making it stable is to enable other libraries that depend on kotlinx.coroutines leverage stacktrace.
E.g. retrofit is not ready to do so unless CopyableThrowable is stable: square/retrofit#3474
We should evaluate potential enhancements and interactions with (also potential) global exception registry for exceptions beyond user's control and promote it to stable
The text was updated successfully, but these errors were encountered:
Retrofit is the de factor standart library for http in android world, and due to this issue it's really hard to read API error reports without hacky solutions, they are almost useless, it really hurts 😢
The main benefit of making it stable is to enable other libraries that depend on
kotlinx.coroutines
leverage stacktrace.E.g. retrofit is not ready to do so unless
CopyableThrowable
is stable: square/retrofit#3474We should evaluate potential enhancements and interactions with (also potential) global exception registry for exceptions beyond user's control and promote it to stable
The text was updated successfully, but these errors were encountered: