Is there something like R8 / Proguard for kotlin multiplatform?
I assume when building for Android the R8 just works, what about the other KMP targets? Any option to minify when targeting iOS targeting swift (via SKIE) for example?
Not even talking about obfuscation, which is also something I'd like to have, but about minification of the kotlin side.
When using CMP on android having minification on makes a big difference in performance and reduces the footprint of the app by a lot.