Funny, when declaring a Ktor dlient `val client = ...
# ktor
d
Funny, when declaring a Ktor dlient
val client = HttpClient(Apache)
the
HttpClient
is in red unless I remove
Apache
... I'm using the latest version.