Created
July 25, 2021 12:07
-
-
Save markchristopherng/eea80f5dc6083347e9281189ed6e0096 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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