file size question!
when you include a basic KN framework to your iOS project, by how much did your iOS output app size increase?
same question with Android.
I know this answer could be all over the place (if your KN has a 200mb video, then it obviously would increase the app by 200mb+), but a rough estimate would be wonderful.
Even a basic hello world comparison would help me at this point.
Thanks!
g
gildor
04/16/2019, 4:56 AM
Situation with Android is very different, because on Android Kotlin compiled for JVM, you don’t need any runtime, only stdlib (this is ~1mb jar, which may be also stripped a lot with proguard/r8)
o
olonho
04/16/2019, 6:06 AM
Native runtime is not big, and usually only needed parts are included into the binary, for example