Leon K
08/18/2019, 1:38 PMinstall(Auth)
in an HttpClient, the class doesn't seem to exist. also, the dependency that is installed by the wizard is compile "io.ktor:ktor-client-auth-basic:$ktor_version"
, whilst in the ktor doc (https://ktor.io/clients/http-client/features/auth.html) the mentioned dependency is "io.ktor:ktor-client-auth:$ktor_version"
... any ideas?Dominaezzz
08/18/2019, 1:41 PMLeon K
08/18/2019, 1:47 PMDominaezzz
08/18/2019, 1:49 PMLeon K
08/18/2019, 1:51 PMConfigure Successfull in 1s
)Dominaezzz
08/18/2019, 1:52 PMLeon K
08/18/2019, 1:53 PMtseisel
08/19/2019, 6:50 AMktor-client-auth
contains multiplatform declarations, so you need to include ktor-client-auth-jvm
in order to use it on the JVM (the same happens with ktor-client-logging
). Maybe this should be made explicit in the docs ?