Can somebody reveal how to enable ktor http client...
# ktor
p
Can somebody reveal how to enable ktor http client for Content-Encoding: gzip (so the client will decompress the server response) ? All internet stuff I found seems to be incomplete or broken 😞 Well I found it - I was missing
Copy code
implementation("io.ktor", "ktor-client-encoding-jvm", ktorVersion)
I think many folks would appreciate if the documentation gets a hint on this.