<@U2XKVG72P> You can see how I did it for unit tes...
# coroutines
l
@adibfara You can see how I did it for unit tests in the AndroidX Lifecycle integration PR in kotlinx.coroutines repo.
a
Thanks, I'll take a look
and does kotlin find this dispatcher with reflection?
v
do i have to add it in my project?
No, it is an internal API and it is not exposed to end users
l
@adibfara Well, if you want the test dispatcher to work, you should keep this resource file (not an Android resource, a java one), because it is required for the
ServiceLoader
to work.