-
@arkivanov I'm very interested in the MVI pattern and Kotlin Multiplatform, and this library seems like a perfect fit for my project.
But being used to apollo-graphql ([apollo-android](https://githu…
-
When adding a gradle dependency to mvikotlin in my multiplatform's commonMain sourceset, I am getting a build error. If I add the dependency in my android app's build gradle file, I'm not seeing an er…
-
Can `mvikotlin-main` sub-project be plain `jvm()` target (without android)? I can't find any code which depends on Android in it or it's dependencies. My use-case would be having plain jvm feature mod…
-
I've noticed that calling `dispatch` in `SuspendExecutor` `init` block results in the exception.
Library version: 2.0.1
Exception can be reproduced with the following code:
```
package com.domai…
-
I have setup a viewmodel in common kmm module, binded with decompose instance keeper, that run suspend function in the init phase of the class instantiation.
I does work fine in Android
But in i…
-
Is there support for using this in project built with IR compiler instead of Legacy as legacy leads to huge .js files and IR is more optimised than legacy.
-
**Caused by: java.lang.NoClassDefFoundError: android/os/Looper**
at kotlinx.coroutines.android.AndroidDispatcherFactory.createDispatcher(HandlerDispatcher.kt:55)
at kotlinx.coroutine…
-
**Caused by: java.lang.NoClassDefFoundError: android/os/Looper**
at kotlinx.coroutines.android.AndroidDispatcherFactory.createDispatcher(HandlerDispatcher.kt:55)
at kotlinx.coroutines.android.And…
-
I just did setup for my project for JS-Browser target and I am getting following issue:
![image](https://user-images.githubusercontent.com/44765050/110350298-95498480-8059-11eb-9bce-952dea44738c.png)…
-
Project import fails with error `Please initialize at least one Kotlin target in 'common (:common)'.`
OS: Ubuntu Linux 20.04
Android Studio Version: 4.2 Canary 8. (No multiplatform project has b…