Is there a way to inject a ViewModel that takes an...
# android
c
Is there a way to inject a ViewModel that takes an argument repository, to a composable function without the use of ViewModelFactory? I've been looking for this for hours with no success.
🚫 2