Is there a better way to add a MutableLiveData and LiveData for the same stream into the Koin graph?
The problem is the Java get() function doesn't understand how to handle generics...it only understand hard classes. So you have to create a class for the MutableLiveData and then you can't cast it down to the class which is the LiveData version.