Skip to content

Instantly share code, notes, and snippets.

@rachitmishra
Last active November 7, 2017 19:08
Show Gist options
  • Save rachitmishra/5fc888281a209f58bac50d66b7731843 to your computer and use it in GitHub Desktop.
Save rachitmishra/5fc888281a209f58bac50d66b7731843 to your computer and use it in GitHub Desktop.
dagger-subcomponent
/**
* Declaring a sub component
*/
@SubComponent(modules = arrayOf(ComputerModule::class))
@MyCustomScope
interface MySubComponent {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment