Are there any official tips to reduce the executable size? I'm using React, Ktor client, KotlinX.Serialization and KotlinX.Coroutines, and the executable is ~1.9MB (in prod).
I'm using the IR compiler with default configuration +
binaries.executable()
.