Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save trinhlbk1991/35dbf887fa3f4f7562aaf1eadd96e700 to your computer and use it in GitHub Desktop.

Select an option

Save trinhlbk1991/35dbf887fa3f4f7562aaf1eadd96e700 to your computer and use it in GitHub Desktop.
blog-hilt-android-di
public final class DaggerHiltSampleApp_HiltComponents_SingletonC extends HiltSampleApp_HiltComponents.SingletonC {
private final ApplicationContextModule applicationContextModule;
private DaggerHiltSampleApp_HiltComponents_SingletonC(
ApplicationContextModule applicationContextModuleParam) {
this.applicationContextModule = applicationContextModuleParam;
}
......
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment