Created
July 20, 2018 20:16
-
-
Save paulocns/00fe722574c3c9900a6d6ac731c12dca to your computer and use it in GitHub Desktop.
This file contains hidden or 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(subcomponents = {ViewModelSubComponent.class}) | |
| public class ApplicationModule { | |
| @Singleton | |
| @Provides | |
| ProjectViewModelFactory provideViewModelFactory( | |
| ViewModelSubComponent.Builder viewModelSubComponent) { | |
| return new ProjectViewModelFactory(viewModelSubComponent.build()); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment