is `io.ktor:ktor-client-auth` ready for native?
# ktor
m
is
io.ktor:ktor-client-auth
ready for native?
c
Yes, it is
m
Darn, I was trying to get it working but IDE has seen Auth class but compiler failed to do so. Is there separate artifact that needs to be added to Gradle per platform?
c
JVM may require it since we don’t publush Gradle metadata for this platform
Native should work if the dependency is included to common
m
I tried it common and to add dependency for every target without success.
In sources I found that Auth is in jvmSrc directory
If I recall correctly
n
Which Kotlin Native targets are supported by the library?
The io.ktor:ktor-client library for example supports the Kotlin Native Linux targets.