From ca9fbd035cda96047abdda515cc99a443d0fd3f6 Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Sat, 2 Jul 2022 20:52:34 +0200 Subject: Upgrade coroutines to 1.6.3 --- sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/redux/sagas/Sagas.kt | 1 - 1 file changed, 1 deletion(-) (limited to 'sw-ui') diff --git a/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/redux/sagas/Sagas.kt b/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/redux/sagas/Sagas.kt index 08e5f3d9..2ad98c8e 100644 --- a/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/redux/sagas/Sagas.kt +++ b/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/redux/sagas/Sagas.kt @@ -17,7 +17,6 @@ import webpack.isProdEnv typealias SwSagaContext = SagaContext -@OptIn(ExperimentalCoroutinesApi::class) suspend fun SwSagaContext.rootSaga() = try { coroutineScope { val action = next() -- cgit