Hi there :man-raising-hand:, is there a way to pro...
# ktor
b
Hi there 🙋‍♂️, is there a way to proguard or using dex on ktor backend application?
d
Yes you can use proguard with any kotlin/java project https://www.guardsquare.com/manual/setup/gradle
b
Great thanks 🙋🏻‍♂️
j
There's also a Ktor manual page and sample https://ktor.io/docs/proguard.html
🥳 1