How can i reduce iOS app size? Empty project takes...
# kotlin-native
i
How can i reduce iOS app size? Empty project takes 40mb on my iPhone
k
I think you’re doing something wrong. What’s an “empty project”? Adding Kotlin to a basic app, with just string functions and no libraries, adds about 150k to 200k to the final app download size, and will grow proportionally with use.
i
Similar with yours mpp template. https://github.com/icerockdev/moko-template
But, i removed all dependencies besides kotlin, ktor and coroutines