Skip to content

Commit

Permalink
Use kotlinx.io.IOException in ktsoup-ktor module
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Nov 1, 2024
1 parent 3538eb1 commit 87430e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import io.ktor.client.request.*
import io.ktor.client.statement.*
import io.ktor.http.*
import io.ktor.utils.io.*
import io.ktor.utils.io.errors.*
import kotlinx.coroutines.*
import kotlinx.io.IOException

private val httpClientMap = mutableMapOf<KtSoupParser, HttpClient>()

Expand Down

0 comments on commit 87430e1

Please sign in to comment.