-
-
Save GuilhE/88616cb40ca0a25b5f7c875506e5caf3 to your computer and use it in GitHub Desktop.
Medium articles - KMM with MVI+FSM
This file contains 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
actual fun platformModule() = module { | |
factory { TimerViewModel() } | |
} | |
object ViewModels : KoinComponent { | |
fun timerViewModel() = get<TimerViewModel>() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment