This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.example.android.kotlincoroutines.ktor | |
import android.os.Build | |
import android.util.Log | |
import okhttp3.OkHttpClient | |
import okhttp3.TlsVersion | |
import java.io.IOException | |
import java.net.InetAddress | |
import java.net.Socket | |
import java.net.UnknownHostException |