fix: Fixed ios build.

This commit is contained in:
aminecmi
2023-10-06 21:12:47 +02:00
parent 78d87ad52a
commit 86a30f647d
5 changed files with 38 additions and 37 deletions

View File

@@ -0,0 +1,6 @@
package bou.amine.apps.readerforselfossv2.rest
import io.ktor.client.engine.cio.CIOEngineConfig
actual fun setupInsecureHTTPEngine(config: CIOEngineConfig) {
}

View File

@@ -0,0 +1,6 @@
package bou.amine.apps.readerforselfossv2.rest
import io.ktor.client.engine.cio.CIOEngineConfig
actual fun setupInsecureHTTPEngine(config: CIOEngineConfig) {
}