icerockdev / moko-mvvm

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

Move LiveData implementation to common #110

Open Alex009 opened 3 years ago

Alex009 commented 3 years ago

After changes in #106 implementation of LiveData for android and ios is equals, but for android added member function ld. if we extract this function from class we broke compatibility, especially with DataBinding generated code, where this function used. So we should select best way to commonize implementation and not broke compatibility