Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Created July 25, 2021 12:07
Show Gist options
  • Save markchristopherng/eea80f5dc6083347e9281189ed6e0096 to your computer and use it in GitHub Desktop.
Save markchristopherng/eea80f5dc6083347e9281189ed6e0096 to your computer and use it in GitHub Desktop.
val greetingModule = module(createdAtStart = true) {
single<GreetingService> { GreetingServiceImpl(get()) }
single<IpAddressService> { IpAddressServiceImpl(get()) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment