iosMain.moe.tlaster.precompose.molecule.providePlatformDispatcher.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of precompose-molecule Show documentation
Show all versions of precompose-molecule Show documentation
PreCompose molecule intergration
package moe.tlaster.precompose.molecule
import kotlinx.coroutines.Dispatchers
import kotlin.coroutines.CoroutineContext
internal actual fun providePlatformDispatcher(): CoroutineContext = Dispatchers.Main
© 2015 - 2025 Weber Informatics LLC | Privacy Policy