zhaonian / GHub

a Github Android Client that practices latest Jetpack components, dagger and some other fun stuff!
Apache License 2.0
6 stars 1 forks source link

add dagger CoroutinesModule #15

Closed zhaonian closed 4 years ago

zhaonian commented 4 years ago

Put all 3 dispatchers in the CoroutinesModule and added this CoroutinesModule into AppComponent to make it app-wide.

TESTED=dummy function in AuthViewModel to log the messages.

Fix https://github.com/zhaonian/GHub/issues/13