Reputation: 581
I am new to jetpack compose. I have this value which is a MutableLiveData. I want ofc to observe on the object and get the value. I was wondering if i could convert the MutableLiveData to MutableState in an easy way? To make it even simpler, or is it best to keep it as a MutableLiveData?
Upvotes: 7
Views: 3759