Hi, does Ktor Client library need some rules in or...
# ktor
a
Hi, does Ktor Client library need some rules in order to work with Proguard or it only need the rules for the used engine (e.g, OkHttp)? I found this: https://github.com/ktorio/ktor-documentation/blob/main/codeSnippets/snippets/proguard/proguard.pro Which is for using Ktor Server with Proguard, but didn't find any rules for Proguard for Ktor Client, Ktor Client is already used by Android and most Android libraries have Proguard rules which will be included automatically by R8 but for Kotlin/JVM Projects, we have to manually search for the rules to include it and usually it's somewhere in the resources of the source set but couldn't find any
a
Can you please file an issue?
a
Sure, but this is more like a question and not a bug or feature request
a
I think the rules are needed for both the Ktor's client and the engine's library.