0

我正在将证书固定集成到 ktor kmm ktor 是在 android 中使用 network_security_config 文件还是我们必须以编程方式使用以下代码进行设置?

actual class Test actual constructor() {
    actual val httpClientEngine: HttpClientEngineFactory<HttpClientEngineConfig>
        get() = OkHttp
}
4

1 回答 1

1

所有适用于 Android 的 Ktor 引擎(CIOOkHttpAndroid)都使用网络安全配置

于 2022-02-21T13:43:48.520 回答