Hey folks, is there a way to shrink the binary size of iOS framework? started off with just Kotlin my framework size jumped to 1.4 Mb, upon adding Ktor & SQL delight, the framework size has jumped to 16MB.
This is huge. I intended on creating KMM library and using it as my native SDKs shared code, but this is too much of size to be okay with.
Is there any way to reduce? and library makers actually okay with it?