Does ktor support native client and json? I can't ...
# ktor
j
Does ktor support native client and json? I can't get it to work with these dependencies (I can't instantiate an
HttpClient
and the curl dependency shows as red in IntelliJ)
Copy code
implementation "io.ktor:ktor-client-core:1.1.1"
                implementation "io.ktor:ktor-client-core-native:1.1.1"
                implementation "io.ktor:ktor-client-json-native:1.1.1"
                implementation "io.ktor:ktor-client-curl:1.1.1"
s
It supports native client for iOS only at the moment
e
The
curl
engine in
master
and appears in
1.1.2