Skip to content

Instantly share code, notes, and snippets.

@mantisbayne
Created November 24, 2019 22:17
Show Gist options
  • Save mantisbayne/16122464c584bd7552d95123470c61ba to your computer and use it in GitHub Desktop.
Save mantisbayne/16122464c584bd7552d95123470c61ba to your computer and use it in GitHub Desktop.
class ExampleApplication : Application() {
override fun onCreate() {
super.onCreate()
startKoin {
androidLogger()
androidContext(this@ExampleApplication)
modules(appModule)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment