icerockdev / moko-mvvm

Model-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
995 stars 95 forks source link

Add Jetpack Compose .observeAsState() support #163

Closed AronMitk closed 2 years ago

Alex009 commented 2 years ago

for now you can call mokoLiveData.ld().observeAsState() later we will add observeAsState as extension of moko livedata, without ld() call requirement

Alex009 commented 2 years ago

https://github.com/icerockdev/moko-mvvm/issues/154

Alex009 commented 2 years ago

will be available in 0.13.0 in mvvm-livedata-compose module