moko-mvvm icon indicating copy to clipboard operation
moko-mvvm copied to clipboard

Can't cast CMutableStateFlow to CStateFlow

Open RezMike opened this issue 5 months ago • 1 comments

CMutableStateFlow is not subclass of CStateFlow, so you can't have a parameter of type CStateFlow and provide a value of type CMutableStateFlow for it.

RezMike avatar Sep 28 '25 12:09 RezMike