I tried using `HttpClient` but it's unable to find...
# ktor
k
I tried using
HttpClient
but it's unable to find the reference. If I start typeing
import io.ktor.client
it can't find it either.
I added
compile "io.ktor:ktor-client-core:$ktor_version"
But it doesn't seem to help
found the issue
needed to add
compile "io.ktor:ktor-client-core-jvm:$ktor_version"