Let's suppose I want to experiment with a common K...
# multiplatform
g
Let's suppose I want to experiment with a common Kotlin module that uses `ktor-client`: I can put
compile "io.ktor:ktor-client-core:0.9.3"
(plus required repositories) into my build file and Gradle will fetch it, but if I insert
import io.ktor.client.HttpClient
into a source file, I get the error
Unresolved reference: io