Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Created February 19, 2020 00:13
Show Gist options
  • Save markchristopherng/b31b329961ba8d25b6d83e470c5750af to your computer and use it in GitHub Desktop.
Save markchristopherng/b31b329961ba8d25b6d83e470c5750af to your computer and use it in GitHub Desktop.
val koinModule = module {
single { MessageData() }
single<TimeService> { TimeServiceImpl() }
single<GreetingService> {
GreetingServiceImpl(get(), get())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment