Is there any problem if I send viewModel in a Broa...
# android
r
Is there any problem if I send viewModel in a BroadcastReceiver like this way?
Copy code
MyBroadcastReceiver( val viewModel: MyViewModel)