Last active
May 28, 2021 03:55
-
-
Save trinhlbk1991/35dbf887fa3f4f7562aaf1eadd96e700 to your computer and use it in GitHub Desktop.
blog-hilt-android-di
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
| 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