Skip to content

Instantly share code, notes, and snippets.

@mitrejcevski
Created December 17, 2019 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitrejcevski/ade42b20172219f2e0b9667160cc7056 to your computer and use it in GitHub Desktop.
Save mitrejcevski/ade42b20172219f2e0b9667160cc7056 to your computer and use it in GitHub Desktop.
class TestRoboApp : Application() {
override fun onCreate() {
super.onCreate()
startKoin { }
}
override fun onTerminate() {
stopKoin()
super.onTerminate()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment