This is an implementation of a Ktor client engine, which uses Cronet
dependencies {
implementation("com.trainyapp.cronet", "ktor-cronet", "1.2.0")
}val httpClient = HttpClient(Cronet) {
}Cronet is only available on Google Play certified devices, if you want to support other devices add this dependency