mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-22 16:23:50 +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.test.runTest
|
||||
import kotlinx.serialization.json.jsonObject
|
||||
import org.koin.core.context.stopKoin
|
||||
import kotlin.test.BeforeTest
|
||||
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