mirror of
https://github.com/hmalik144/KotlinMultiplatformWeather.git
synced 2025-12-10 03:05:31 +00:00
5 lines
126 B
Kotlin
5 lines
126 B
Kotlin
package com.appttude.h_mal.shared
|
|
|
|
import kotlinx.coroutines.*
|
|
|
|
internal expect val ApplicationDispatcher: CoroutineDispatcher |