Skip to content

Instantly share code, notes, and snippets.

@jobinlawrance
Created December 13, 2020 20:54
Show Gist options
  • Save jobinlawrance/bb2d2d749dda507a5a0adc6246d0393f to your computer and use it in GitHub Desktop.
Save jobinlawrance/bb2d2d749dda507a5a0adc6246d0393f to your computer and use it in GitHub Desktop.
class TestHomeApplication: HomeApplication { // make HomeApplication open at this point
override fun onCreate() {
super.onCreate()
koinApplication.modules(testModule)
}
}
val testModule = module {
single(override = true) { ... }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment