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

Move LiveData implementation to common

Open Alex009 opened this issue 5 years ago • 0 comments

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

Alex009 avatar Mar 15 '21 14:03 Alex009