Open
Description
As mentioned in https://github.com/Kotlin/kotlinx.coroutines/blob/master/ui/kotlinx-coroutines-android/README.md#optimization
When optimizations are enabled with R8 version 1.6.0 or later the following debugging features are permanently turned off to reduce the size of the resulting binary:
- Debugging mode
- Stacktrace recovery
- The internal assertions in the library are also permanently removed.
There is should be a way to opt-out this behaviour.