icerockdev / moko-mvvm

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

How to invoke ld function on Android platform #252

Closed NickHu150 closed 10 months ago

NickHu150 commented 10 months ago

When i copy SimpleViewModel to my project. and than i want to invoke viewModel.counter.ld() as the sample like. but IDE prompts me that ld() function doesn't exist. what should i do?

image