Anamorphosee
Anamorphosee
On Android API 26 got exception below. Seems it somehow related to the way SD replaces implementation of class `BaseContinuationImpl` at runtime. stack trace ``` java.lang.IncompatibleClassChangeError: The method 'java.lang.Class java.lang.Object.getClass()'...
Kotest already [allows to enable DebugProbes](https://kotest.io/docs/framework/coroutines/coroutine-debugging.html) for tests. How about add similar ability to enable [Decoroutinator](https://github.com/Anamorphosee/stacktrace-decoroutinator)? It will improve traces for asserts, for example in [this issue](https://github.com/kotest/kotest/issues/3925).
[Decoroutinator](https://github.com/Anamorphosee/stacktrace-decoroutinator) patches some of Kotlin standard libraries classes. Robolectric puts Kotlin stdlib and Decoroutinator in different class loaders which leads to a `not a subtype` exception during the SPI lookup....