frogermcs / Dagger2Recipes-ActivitiesMultibinding

Example app which shows how to build Activities Subcomponents Multibinding
120 stars 18 forks source link

Change injection to Provider<Builder> instead of using Builder directly #2

Closed vanniktech closed 7 years ago

vanniktech commented 7 years ago

Basically what greg said here. That way the workaround with WeakReference does not need to exist anymore.