Skip to content

Instantly share code, notes, and snippets.

@demonar
Created December 24, 2019 21:40
Show Gist options
  • Save demonar/fb2991542840f9cfd770ca5be48ef911 to your computer and use it in GitHub Desktop.
Save demonar/fb2991542840f9cfd770ca5be48ef911 to your computer and use it in GitHub Desktop.
class DemoApp : Application() {
override fun onCreate() {
super.onCreate()
startKoin {
androidContext(this@DemoApp)
modules(searchViewActivityModule)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment