Skip to content

Instantly share code, notes, and snippets.

@kirich1409
Last active November 11, 2019 19:05
Show Gist options
  • Save kirich1409/bdb21b41aa394bd5694478d5fb7d2a77 to your computer and use it in GitHub Desktop.
Save kirich1409/bdb21b41aa394bd5694478d5fb7d2a77 to your computer and use it in GitHub Desktop.
class MyActivity @Inject constructor(
private val dependency: Dependency
) : AppCompatActivity()
class MyFragment @Inject constructor(
private val dependency: Dependency
) : Fragment()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment