Last active
August 19, 2018 15:38
-
-
Save ibrahimsn98/297144a92a7ae69f9277e102c54b8ab6 to your computer and use it in GitHub Desktop.
android-mvvm-with-dagger-2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Module | |
public abstract class ActivityBindingModule { | |
@ContributesAndroidInjector(modules = {MainFragmentBindingModule.class}) | |
abstract MainActivity bindMainActivity(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment