Have anyone noticed / faced this <https://github.c...
# coroutines
t
Have anyone noticed / faced this https://github.com/Kotlin/kotlinx.coroutines/issues/878 ? And eventually have an answer about how to bypass that slow init by statically creating our own Android dispatcher?
g
Hmm, this is because of ServiceLoader that lookup for dispatcher implementation. Maybe make sense to create some sort of short path for this, maybe specify system property or passing factory to avoid usage of ServiceLoader which cause jar lookup