icerockdev / moko-mvvm

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

Add Closable into result of LiveData.bind methods to close opened subscriptions #107

Closed Alex009 closed 3 years ago

Alex009 commented 3 years ago

now all bind methods only add observers, but we need also to removeObserver (unbind view from livedata) - result with Closable type can be good for this