Skip to content

Instantly share code, notes, and snippets.

@mitrejcevski
Created December 17, 2019 08:31
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/a52a6abf4d3d081bf9a8c5959d09c8c4 to your computer and use it in GitHub Desktop.
Save mitrejcevski/a52a6abf4d3d081bf9a8c5959d09c8c4 to your computer and use it in GitHub Desktop.
class RoboApp : Application() {
override fun onCreate() {
super.onCreate()
startKoin {
modules(loginModule)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment