I'm currently playing around with ktor client. It ...
# ktor
m
I'm currently playing around with ktor client. It looks like the auth feature has some problems since version 1.2.0 . This import doesn't work with all versions above 1.1.5: io.ktor.client.features.auth.Auth. Is someone else having the same issue?
v
Did you use the io.ktor:ktor-client-auth-jvm dependency?
m
Now it works thanks!
Is this somewhere documented? Why is it needed since version 1.2?