Skip to content

Instantly share code, notes, and snippets.

@rachitmishra
Last active November 7, 2017 19:06
Show Gist options
  • Save rachitmishra/8850333080470580497ce79c23e4bbef to your computer and use it in GitHub Desktop.
Save rachitmishra/8850333080470580497ce79c23e4bbef to your computer and use it in GitHub Desktop.
dagger-component
// Declaring our component
@Component(modules = arrayOf(ComputerModule::class))
interface ComputerComponent {
// provision function
fun getComputer(): Computer
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment