Skip to content

Instantly share code, notes, and snippets.

@diousk
Created February 1, 2020 09:57
Show Gist options
  • Save diousk/0d4b23d6b05b424995ed6e587c830796 to your computer and use it in GitHub Desktop.
Save diousk/0d4b23d6b05b424995ed6e587c830796 to your computer and use it in GitHub Desktop.
class DummyFragment @Inject constructor(
private val repo: AppRepo
) : DaggerFragment() {
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment