dimsuz
05/17/2020, 11:42 PMsealed class MyAppError : Throwable { ... }
).
I can't find a good place to hook this up. Initially I thought I'd write a CallAdapter.Factory
which simply wraps every adapter, but it needs to somehow get adapter from all other installed factories (itself included) and this'll create a endless recursion.david.bilik
05/18/2020, 6:35 AM