MultiplatformMainScope

fun MultiplatformMainScope(): CoroutineScope

Deprecated

Use MainScope

Replace with

import kotlinx.coroutines.MainScope
MainScope()