Skip to content

Instantly share code, notes, and snippets.

@paulocns
Created July 20, 2018 20:13
Show Gist options
  • Save paulocns/90e2c51b0b36b5d1be27b08629f976d2 to your computer and use it in GitHub Desktop.
Save paulocns/90e2c51b0b36b5d1be27b08629f976d2 to your computer and use it in GitHub Desktop.
@Subcomponent
public interface ViewModelSubComponent {
@Subcomponent.Builder
interface Builder {
ViewModelSubComponent build();
}
HomeFragmentViewModel homeFragmentViewModel();
QueryViewModelArc queryViewModelArc();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment