You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I faced the following problem:
The EventsDispatcher requires moko.mvvm to be included.
Error:
"Cannot access class 'dev.icerock.moko.mvvm.dispatcher.EventsDispatcher'. Check your module's classpath for missing or conflicting dependencies."
I do not want to include moko-mvvm in my project, only moko-errors.
The solution would be move EventDispatcher to another lib to achive moko-errors independs from moko-mvvm.
The text was updated successfully, but these errors were encountered:
Hello! I faced the following problem:
The EventsDispatcher requires moko.mvvm to be included.
Error:
"Cannot access class 'dev.icerock.moko.mvvm.dispatcher.EventsDispatcher'. Check your module's classpath for missing or conflicting dependencies."
I do not want to include moko-mvvm in my project, only moko-errors.
The solution would be move EventDispatcher to another lib to achive moko-errors independs from moko-mvvm.
The text was updated successfully, but these errors were encountered: