Skip to content

Commit 41710eb

Browse files
committed
Opt into ExperimentalStoreApi
Signed-off-by: matt-ramotar <[email protected]>
1 parent 87b4914 commit 41710eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/src/commonMain/kotlin/org/mobilenativefoundation/store/store5/impl/RealMutableStore.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import org.mobilenativefoundation.store.store5.internal.concurrent.ThreadSafety
2626
import org.mobilenativefoundation.store.store5.internal.definition.WriteRequestQueue
2727
import org.mobilenativefoundation.store.store5.internal.result.EagerConflictResolutionResult
2828

29-
@ExperimentalStoreApi
29+
@OptIn(ExperimentalStoreApi::class)
3030
internal class RealMutableStore<Key : Any, Network : Any, Output : Any, Local : Any>(
3131
private val delegate: RealStore<Key, Network, Output, Local>,
3232
private val updater: Updater<Key, Output, *>,

0 commit comments

Comments
 (0)