icerockdev / moko-mvvm

Model-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development

Home Page:https://moko.icerock.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to invoke ld function on Android platform

NickHu150 opened this issue · comments

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