coroutineScope

actual val coroutineScope: CoroutineScope
expect val coroutineScope: CoroutineScope

This scope will be canceled when view connected to this CoroutineScopeAware implementation is cleared.

actual val coroutineScope: CoroutineScope