androidMain.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 androidx.compose.ui.platform.AndroidUiDispatcher
import kotlin.coroutines.CoroutineContext
internal actual fun providePlatformDispatcher(): CoroutineContext = AndroidUiDispatcher.Main
© 2015 - 2025 Weber Informatics LLC | Privacy Policy