Skip to content

Instantly share code, notes, and snippets.

@paulocns
Created July 20, 2018 20:16
Show Gist options
  • Select an option

  • Save paulocns/00fe722574c3c9900a6d6ac731c12dca to your computer and use it in GitHub Desktop.

Select an option

Save paulocns/00fe722574c3c9900a6d6ac731c12dca to your computer and use it in GitHub Desktop.
@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