Code shrinking of a server-side Ktor JVM app is uncharted territory. Would be significantly easier to code shrink a server-side Ktor app on the native side (eg Linux) if Ktor Server was available for the linuxX64 target.
👍 1
b
basher
08/30/2020, 2:32 PM
Not sure why server side vs some other JVM app matters. In the end, it's just a fat jar 🤷
➕ 1
h
hfhbd
10/22/2025, 11:44 AM
I know it is long time but did you get R8 to work? I am very concerned about all the reflection stuff Ktor uses internally.