Skip to content

Commit

Permalink
Replace import for coroutines internal api usage
Browse files Browse the repository at this point in the history
  • Loading branch information
woainikk committed May 7, 2024
1 parent ae5ba1c commit 1e85bb7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ import io.ktor.util.collections.*
import io.ktor.util.logging.*
import io.ktor.utils.io.*
import kotlinx.coroutines.*
import kotlinx.coroutines.internal.*
import io.ktor.util.internal.*

@OptIn(InternalAPI::class)
public class Events {
Expand Down

0 comments on commit 1e85bb7

Please sign in to comment.