-
Since cc49e79e1564b69805df52147dc0c6c1a899bc48 in August of last year you've had this on your TODO list.
Would be great to see! - Personally, I am interested in basic navigation, compose UI (iOS, d…
-
https://github.com/arkivanov/MVIKotlin/blob/4bad89cb0b5aee04e3e9fa04d90bd4fbbc37900e/mvikotlin-extensions-coroutines/src/commonMain/kotlin/com/arkivanov/mvikotlin/extensions/coroutines/CoroutineExecut…
-
I'm coming from MVIKotlin and like the simpler nature of Orbit. But one thing MVIKotlin did well was made it easy to add logging to the MVI store. It probably would be pretty easy to do logging of sta…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
Docs: https://arkivanov.github.io/MVIKotlin/time_travel.html
There are broken links in the "Time travel client app for desktop" section.
-
It would be good to have a list of companies/users/projects where MVIKotlin is used. I sugest to stick to the following format, but feel free to ommit/add/modify any details:
Project name: [project…
-
The time travel desktop app should be built and uploaded to assets on release.
-
The time travel client app has the settings dialog, but the plugin doesn't. Would be good to add it. The theme switching check box should not present, because theme is taken from IDE.
-
I'm running into an issue where processing a BootStrapper action can cause a label to be published asynchronously as soon as the store is created, but it happens before I can subscribe to the labels. …
-
Hi! I'm currently using this amazing library to provide (viewmodel-alike) components to plug into our Android and iOS clients. The Android side is touched on pretty well: it provides extensions to bot…