Skip to content

Instantly share code, notes, and snippets.

@togramago
Created March 29, 2019 15:27
Show Gist options
  • Save togramago/48cf783acb50975ee3fa6e57acb1f45b to your computer and use it in GitHub Desktop.
Save togramago/48cf783acb50975ee3fa6e57acb1f45b to your computer and use it in GitHub Desktop.
Injecting dependency in the main app module
@Provides
@Singleton
open fun providePresenceMaintainer(networkingModule: NetworkingModule) = PresenceMaintainer(networkingModule)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment