<https://kotlinlang.slack.com/archives/CJLTWPH7S/p...
# koin
j
Will it work with
ViewModel
?
Copy code
@Composable
fun App(myService: MyService = get()) {
}
a
yes
👍 3
but use
getViewModel
then 🙂
👍 1