Feb 11, 2023
I suggest we can have an Interface named something like CoroutineDispatchers and implement it in our "app" package. The interface has a few abstract variables life io, default, etc. Now, in the test cases you can have an implementation of this interface there which is implemented for test cases. What are your thoughts? :)