Store
Store copied to clipboard
[BUG] Examples on https://mobilenativefoundation.github.io/Store/mutable-store/building/builder/ are wrong
-
The first example does not create MutableStore. MutableStoreBuilder should be used instead of StoreBuilder.
-
The second example Store does not write to cache and SOT after calling store.write function. Because StoreDelegateWriteResult.Error.Exception is thrown in write function of RealStore.kt file with message "java.lang.IllegalStateException: non mutable store never call this function". (possible bug?)