Skip to content

Instantly share code, notes, and snippets.

@sanogueralorenzo
Created December 14, 2018 09:11
Show Gist options
  • Save sanogueralorenzo/f650348f62f3c073b7e37ab30dca4c51 to your computer and use it in GitHub Desktop.
Save sanogueralorenzo/f650348f62f3c073b7e37ab30dca4c51 to your computer and use it in GitHub Desktop.
class App : Application() {
override fun onCreate() {
super.onCreate()
startKoin { androidContext(this@App) }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment