what is the difference between using `ktor-client-...
# ktor
m
what is the difference between using
ktor-client-cio
and
ktor-client-android
in Android project? can I create pure Kotlin module and use just
ktor-client-cio
engine? will that cause some problems and does
ktor-client-android
have some advantages?
e
ktor-client-android
works on really old JDK versions
m
@e5l thanks