Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Created February 19, 2020 00:15
Show Gist options
  • Save markchristopherng/ae3977a67f6f3f869efa452d6f694427 to your computer and use it in GitHub Desktop.
Save markchristopherng/ae3977a67f6f3f869efa452d6f694427 to your computer and use it in GitHub Desktop.
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