Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
PreferenceComponent_PrefAppComponent
@InjectPreference lateinit var profile: Preference_UserProfile
init {
Timber.d("Injection GithubUserRepository")
PreferenceComponent_PrefAppComponent.getInstance().inject(this)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment