Created
February 19, 2020 00:15
-
-
Save markchristopherng/ae3977a67f6f3f869efa452d6f694427 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 KoinApplication : Application() { | |
override fun onCreate() { | |
super.onCreate() | |
startKoin { | |
modules(koinModule) | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment