Research if it's possible to use Dagger to expose other feature module's activities. Sources: - [Example1](http://frogermcs.github.io/activities-multibinding-in-dagger-2/) - [Example2](https://github.com/trevjonez/Dagger2-MultiBinding-Android-Example/blob/master/app/src/main/java/com/trevjonez/daggertest/fragment/MainActivityFragmentBinder.java#L35-L43 ) - [Example3](https://github.com/trevjonez/Dagger2-MultiBinding-Android-Example) - [Reddit discussion](https://www.reddit.com/r/androiddev/comments/eikzb2/github_a_pokedex_app_using_viewmodel_livedata/fcxp9yl?utm_source=share&utm_medium=web2x)