Hello, I have tried to use ktor auth, but faced pr...
# ktor
o
Hello, I have tried to use ktor auth, but faced problem with launching simple example. How can it be solved? If it is important: I am using OpenJDK 12 and in other project there is not problems with
ktor client
and
ktor cio
In the dependency section in IDEA auth dependency shoes correctly and
Auth
reference can be found by double-shift
v
try with io.ktor:ktor-client-auth-jvm dependency
👍 1
o
It is working!
thank you
Excuse me, @Vlad, can you say, why simple auth dependency is not working?
o
Ok, I see. Thank you
v
The 1.2.0 changelog says:
Moved client auth to common.
But there is nothing about this in Migration guide