Skip to content

Instantly share code, notes, and snippets.

@marcinOz
Created January 25, 2019 10:56
Show Gist options
  • Save marcinOz/bbd9d0d4e983612862e6ced2ff81caa9 to your computer and use it in GitHub Desktop.
Save marcinOz/bbd9d0d4e983612862e6ced2ff81caa9 to your computer and use it in GitHub Desktop.
val appModule = module {
// single instance of HelloRepository
singleBy<HelloRepository, HelloRepositoryImpl>()
// Simple Presenter Factory
factory<MySimplePresenter>()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment