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

Can't run MacOS version of the app #270

Open slikasgiedrius opened 2 months ago

slikasgiedrius commented 2 months ago

I've been setting up my project based on this tutorial: https://www.youtube.com/watch?v=5_W5YKPShZ4&t=283s

Moko Mvvm was implemented by adding only two dependencies:

api("dev.icerock.moko:mvvm-core:0.16.1")
api("dev.icerock.moko:mvvm-compose:0.16.1")

I am running mac configuration by this gradle command:

Screenshot 2024-04-21 at 15 56 26

Screenshot 2024-04-21 at 15 50 28

*Android and iOS works fine. Please let me know how should I fix this. Thanks