icerockdev / moko-errors

Automated exceptions handler for mobile (android & ios) Kotlin Multiplatform development.
https://moko.icerock.dev/
Apache License 2.0
52 stars 6 forks source link

The EventsDispatcher requires moko-mvvm to be included. #46

Open timur-muminov opened 1 year ago

timur-muminov commented 1 year ago

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.