is this even possible for Kotlin WASM? Binary size...
# multiplatform
b
is this even possible for Kotlin WASM? Binary size below 256kb https://shopify.dev/docs/api/functions#resource-limits
a
@bashor ^^
🙏 1
b
from what I've seen, at least jetpack compose is massive in terms of size
b
@Bernhard I believe it’s possible. Obviously it depends on your code and your project dependencies.
Note you can observe big difference in term of size (~3-5) and performance (~1.3-2) between dev and prod builds
compose multiplatform is quite big collection of libraries with strong interconnections