Skip to content

Instantly share code, notes, and snippets.

@Zhuinden
Created May 23, 2020 06:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zhuinden/ccc4d822a9fee23af1c6eb9ef95baaae to your computer and use it in GitHub Desktop.
Save Zhuinden/ccc4d822a9fee23af1c6eb9ef95baaae to your computer and use it in GitHub Desktop.
AssistedInjection sample: SingletonComponent
@Singleton
@Component(modules = [
AppModule::class,
AssistedInjectionModule::class
])
interface SingletonComponent {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment