commonTest.Utils.kt Maven / Gradle / Ivy
import kotlinx.coroutines.*
expect val context: Any?
expect fun runTest(test: suspend CoroutineScope.() -> Unit)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
import kotlinx.coroutines.*
expect val context: Any?
expect fun runTest(test: suspend CoroutineScope.() -> Unit)