Apparently the problem is solved by importing `io....
# ktor
f
Apparently the problem is solved by importing
io.ktor:ktor-client-auth-jvm
and not
io.ktor:ktor-client-auth
(as defined in the docs).