Store
Store copied to clipboard
A Kotlin Multiplatform library for building network-resilient applications
It seems like ktlint keeps triping me up because it doesn't support running as part of the workflow (I make a small change, forget to fix some spacing then get...
Currently `Store` only supports reading data, it does not provide any support for writing local updates back up to the server. We would like to add write support to `Store`...
Bumps `versions.kotlin` from 1.6.10 to 1.6.20. Updates `kotlin-gradle-plugin` from 1.6.10 to 1.6.20 Release notes Sourced from kotlin-gradle-plugin's releases. Kotlin 1.6.20-RC2 Changelog Compiler Fixes KT-51352 "ClassCastException: class ScopeCoroutine cannot be cast...
I have copied the flow truth extensions one too many times. It would be nice to make it an artifact
Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.1.3 to 3.1.4. Release notes Sourced from rxjava's releases. 3.1.4 Version 3.1.4 - March 21nd, 2022 Maven JavaDocs Documentation Apply the Javadoc format cleanup to Disposable.html (#7393)...
Bumps [gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.18.0 to 0.19.0. Release notes Sourced from gradle-maven-publish-plugin's releases. 0.19.0 Changelog Changelog Sourced from gradle-maven-publish-plugin's changelog. Version 0.19.0 (2022-02-26) Behavior Change: When using version 7.1.0 or newer...
Bumps `versions.navigation` from 2.3.5 to 2.4.1. Updates `navigation-fragment-ktx` from 2.3.5 to 2.4.1 Updates `navigation-ui-ktx` from 2.3.5 to 2.4.1 Dependabot will resolve any conflicts with this PR as long as you...
**Sample app** Issue is recreated in sample app: https://github.com/dbobrzyk/StoreIssueSample **Describe the bug** When creating Store from the flow, data loads perfectly on init. But when requested to refresh the data...
We currently do not have a good way of requesting fresh data (ie. it's the first data we receive on the stream) and then keep observing source of truth. Creating...
Bumps fragment-ktx from 1.3.6 to 1.4.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...