tgbotapi/tgbotapi.behaviour_builder/src/mingwX64Main/kotlin/ActualDefaultCoroutineScope...

7 lines
241 B
Kotlin

package dev.inmo.tgbotapi.extensions.behaviour_builder
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers
actual var defaultCoroutineScopeProvider: () -> CoroutineScope = { CoroutineScope(Dispatchers.Default) }