jvmMain.moe.tlaster.precompose.molecule.ProvidePlatformDispatcher.kt Maven / Gradle / Ivy
package moe.tlaster.precompose.molecule
import kotlinx.coroutines.Dispatchers
import kotlin.coroutines.CoroutineContext
internal actual fun providePlatformDispatcher(): CoroutineContext = Dispatchers.Main