What's the current preferred way to call viewmodel...
# compose
g
What's the current preferred way to call viewmodel function from within composables, I've been instantiating them in activities and then passing values/setters from a upper composable to lower ones, but it's starting to get a little...bloated