-
You have a big bug with your Java version
each time I try to download anything it starts at first then out of no where everything close (my browsers, your app, other app running) and can't start an…
-
Is the any correct way to get know about finishing coroutine executor.
For example, we have a some form and Save button. When user clicks Save button, we send intent to save this form on server sid…
-
The MVI Kotlin project on Github in my mind is a great resource for learning how to implement a reactive architecture for The Bonsai Network.
Resource: `https://arkivanov.github.io/MVIKotlin/`
1…
-
We run unit tests in KMM on our stores which are using coroutines and when the test runs we see exceptions like this in the log:
```
java.lang.NullPointerException
at com.arkivanov.mvikotlin.utils…
-
Currently the `mvikotlin` module has `lifecycle` and `instance-keeper` dependencies defined as `api`. They should be `implementation`.
-
It seems the directories `sample/todo-app-{android,ios}` were effectively split up between the coroutines and reaktive versions but a few files are left in the old locations.
Most notably, I update…
-
Windows version, msi, and jar, wont open.
I have tested on windows 10 and 7.
-
Please consider adding support for the `iosSimulatorArm64` target.
This currently fails due to the issue described in https://github.com/badoo/MVIKotlin/issues/200
-
Copied from https://github.com/badoo/MVIKotlin/issues/304
Currently Actions are sent from Bootstrapper to Executor and Results are sent from Executor to Reducer. But sometimes it might be confusing…
-
Unfortunately 1.1.0 doesn't publish a kotlin-api artifact for platform type common which leads to the following error if the consuming project doesn't have a hierarchical project structure:
```
Co…