simple ktor-client implementation
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package dev.meloda.overseerr.network.model
|
||||
|
||||
import io.ktor.client.engine.*
|
||||
import io.ktor.client.engine.okhttp.*
|
||||
|
||||
actual class HttpClientEngineFactoryProvider actual constructor() {
|
||||
actual fun get(): HttpClientEngineFactory<*> = OkHttp
|
||||
}
|
||||
Reference in New Issue
Block a user