mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-26 12:08:45 +00:00
remove redundant stop koin expect-actual
This commit is contained in:
parent
c584c24fce
commit
4f0c139889
@ -5,6 +5,7 @@ import dev.inmo.micro_utils.startup.launcher.start
|
|||||||
import kotlinx.coroutines.launch
|
import kotlinx.coroutines.launch
|
||||||
import kotlinx.coroutines.test.runTest
|
import kotlinx.coroutines.test.runTest
|
||||||
import kotlinx.serialization.json.jsonObject
|
import kotlinx.serialization.json.jsonObject
|
||||||
|
import org.koin.core.context.stopKoin
|
||||||
import kotlin.test.BeforeTest
|
import kotlin.test.BeforeTest
|
||||||
import kotlin.test.Test
|
import kotlin.test.Test
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
expect fun stopKoin()
|
|
@ -1,3 +0,0 @@
|
|||||||
import org.koin.core.context.GlobalContext
|
|
||||||
|
|
||||||
actual fun stopKoin() = GlobalContext.stopKoin()
|
|
@ -1,3 +0,0 @@
|
|||||||
import org.koin.core.context.GlobalContext
|
|
||||||
|
|
||||||
actual fun stopKoin() = GlobalContext.stopKoin()
|
|
Loading…
Reference in New Issue
Block a user