File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ loostly based on [Toggl's Android implementation](https://github.com/toggl/kompo
10
10
11
11
## © Differences from Toggl's komposable-architecture
12
12
* Kotlin Multiplatform support for use in KMM projects
13
- * The ` Effect ` interface is based on ` Flows ` instead of suspending functions
14
- * Removal of ` Subscriptions ` and supporting long running running and cancellation
15
- * Addition of ` ScopedActions ` for providing scopes for limiting the scope of long running effects
13
+ * The ` Effect ` interface is based on ` Flows ` instead of suspending functions allowing for long running Effects
14
+ * Addition of explicit cancellation of Effects
15
+ * Addition of ` ScopedActions ` for providing scopes for long running effects (for example ViewModelScopes in Android)
16
+ * Removal of ` Subscriptions `
16
17
* An improved ` MutableStateFlowStore ` send function with support for buffering and batching actions.
17
18
* Minor name changes to more closely match the original Swift implementation
18
19
You can’t perform that action at this time.
0 commit comments