diff --git a/startup/launcher/src/commonTest/kotlin/StartupLaunchingTests.kt b/startup/launcher/src/commonTest/kotlin/StartupLaunchingTests.kt index 6eecbdb16e6..1da5c79224c 100644 --- a/startup/launcher/src/commonTest/kotlin/StartupLaunchingTests.kt +++ b/startup/launcher/src/commonTest/kotlin/StartupLaunchingTests.kt @@ -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 diff --git a/startup/launcher/src/commonTest/kotlin/StopKoin.kt b/startup/launcher/src/commonTest/kotlin/StopKoin.kt deleted file mode 100644 index e385ce93df5..00000000000 --- a/startup/launcher/src/commonTest/kotlin/StopKoin.kt +++ /dev/null @@ -1 +0,0 @@ -expect fun stopKoin() diff --git a/startup/launcher/src/jsTest/kotlin/stopKoin.kt b/startup/launcher/src/jsTest/kotlin/stopKoin.kt deleted file mode 100644 index 2fb40b1ea64..00000000000 --- a/startup/launcher/src/jsTest/kotlin/stopKoin.kt +++ /dev/null @@ -1,3 +0,0 @@ -import org.koin.core.context.GlobalContext - -actual fun stopKoin() = GlobalContext.stopKoin() diff --git a/startup/launcher/src/jvmTest/kotlin/stopKoin.kt b/startup/launcher/src/jvmTest/kotlin/stopKoin.kt deleted file mode 100644 index 2fb40b1ea64..00000000000 --- a/startup/launcher/src/jvmTest/kotlin/stopKoin.kt +++ /dev/null @@ -1,3 +0,0 @@ -import org.koin.core.context.GlobalContext - -actual fun stopKoin() = GlobalContext.stopKoin()