`isStatic = true` has quite some impact. My share...
# compose-ios
s
isStatic = true
has quite some impact. My shared.xcframework grows from 15 MB to 120 MB if enabled. 👀
d
We will add support of dymanic frameworks as well
n
That is strange, I would expect opposite
s
Right now it's unsupported because of the problems with skiko, right? In my reproducer
isStatic
is the switch for the skiko errors.
That is strange, I would expect opposite
Sure? Static means that more stuff is included, so I would expect it to grow. I'm just surprised that it's that big.
i
It will be fine in final app binary, it's only about framework distribution size