icerockdev / moko-mvvm

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

Fix tests in mvvm-flow and mvvm-flow-resources #201

Open kovalandrew opened 2 years ago

kovalandrew commented 2 years ago

Binding tests in this modules are ignored, because of MainDispatcher is unavailable for subscriptions in tests and data can be not synced

Code-indomitus commented 11 months ago

Hi, I am a begginer in kotlin as in I have just started working and learning on jetpack compose and Android. I am keen to work in opensource projects to improve my understanding of kotlin and the whole multiplatform environment that kotlin is setting up. Any tips and suggestions so I can start contributing to kotlin repos for moko?