Created
February 19, 2020 00:13
-
-
Save markchristopherng/b31b329961ba8d25b6d83e470c5750af 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 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