remove redundant stop koin expect-actual

This commit is contained in:
InsanusMokrassar 2022-12-16 11:58:18 +06:00
parent c584c24fce
commit 4f0c139889
4 changed files with 1 additions and 7 deletions

View File

@ -5,6 +5,7 @@ import dev.inmo.micro_utils.startup.launcher.start
import kotlinx.coroutines.launch
import kotlinx.coroutines.test.runTest
import kotlinx.serialization.json.jsonObject
import org.koin.core.context.stopKoin
import kotlin.test.BeforeTest
import kotlin.test.Test

View File

@ -1 +0,0 @@
expect fun stopKoin()

View File

@ -1,3 +0,0 @@
import org.koin.core.context.GlobalContext
actual fun stopKoin() = GlobalContext.stopKoin()

View File

@ -1,3 +0,0 @@
import org.koin.core.context.GlobalContext
actual fun stopKoin() = GlobalContext.stopKoin()