Last active
November 11, 2019 19:05
-
-
Save kirich1409/bdb21b41aa394bd5694478d5fb7d2a77 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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