Rachid
07/06/2020, 7:54 PMError:(3, 23) Kotlin: Unresolved reference: HttpClient
When I CMD+click on that import it jumps to the "ktor-client-core" external lib.
Yesterday I somehow fiddled enough to get rid of this error, but today it popped up again. Now I can't start the JVM process anymore. In Gradle for both JVM as common I have these deps:
implementation "io.ktor:ktor-client-core:$ktor_version"
implementation "io.ktor:ktor-client-websockets:$ktor_version"
Any idea what's wrong here?Rachid
07/06/2020, 8:00 PMktor-client-okhttp