Files
KotlinMultiplatformWeather/shared/src/commonMain/kotlin/Dispatcher.kt
2020-08-31 00:06:26 +01:00

5 lines
126 B
Kotlin

package com.appttude.h_mal.shared
import kotlinx.coroutines.*
internal expect val ApplicationDispatcher: CoroutineDispatcher