Coverage Summary for Class: HttpClientEngineProviderPlatform_androidKt (com.codandotv.streamplayerapp.core_networking)
| Class |
Class, %
|
Method, %
|
Branch, %
|
Line, %
|
Instruction, %
|
| HttpClientEngineProviderPlatform_androidKt |
0%
(0/1)
|
0%
(0/1)
|
|
0%
(0/1)
|
0%
(0/7)
|
package com.codandotv.streamplayerapp.core_networking
import io.ktor.client.engine.HttpClientEngine
import io.ktor.client.engine.okhttp.OkHttpConfig
import io.ktor.client.engine.okhttp.OkHttpEngine
actual fun httpClientEnginePlatform() : HttpClientEngine = OkHttpEngine(OkHttpConfig())