Created
June 29, 2019 17:54
-
-
Save jeremyrempel/376a57f48811d5ed7f5a619c3eb1564a 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 MyApplication: Application() { | |
lateinit var dagger: MyComponent | |
| |
override fun onCreate() { | |
super.onCreate(); | |
dagger = DaggerMyComponent.create(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment