The page <https://ktor.io/docs/features-logging.ht...
# ktor
a
The page https://ktor.io/docs/features-logging.html#installation has the error:
Copy code
To use this feature, you need to include io.ktor:ktor-client-logging-jvm artifact on the JVM and ktor-client-logging-native on iOS.
io.ktor:ktor-client-logging-native
has to be replaced with
io.ktor:ktor-client-logging
(I think the same for
jvm
but I have not tested this). PS: am I can fix this by p/r?