Skip to content

Commit 70e6c06

Browse files
add: experimental api notation
1 parent 1750906 commit 70e6c06

File tree

1 file changed

+3
-1
lines changed
  • composable-architecture-test/src/main/kotlin/composablearchitecture/test

1 file changed

+3
-1
lines changed

composable-architecture-test/src/main/kotlin/composablearchitecture/test/TestStore.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ private constructor(
8484
fromLocalAction,
8585
testDispatcher
8686
)
87-
87+
88+
@kotlin.ExperimentalStdlibApi
89+
@OptIn(kotlin.ExperimentalStdlibApi::class)
8890
fun assert(block: AssertionBuilder<LocalAction, LocalState, Environment>.() -> Unit) {
8991
val assertion = AssertionBuilder<LocalAction, LocalState, Environment> {
9092
toLocalState.get(state)

0 commit comments

Comments
 (0)