Join Slack
Powered by
is this even possible for Kotlin WASM? Binary size...
# multiplatform
b
Bernhard
02/11/2025, 10:37 AM
is this even possible for Kotlin WASM? Binary size below 256kb
https://shopify.dev/docs/api/functions#resource-limits
a
Artem Kobzar
02/11/2025, 10:37 AM
@bashor
^^
🙏 1
b
Bernhard
02/11/2025, 10:38 AM
from what I've seen, at least jetpack compose is massive in terms of size
b
bashor
02/11/2025, 1:16 PM
@Bernhard
I believe it’s possible. Obviously it depends on your code and your project dependencies.
bashor
02/11/2025, 1:17 PM
Note you can observe big difference in term of size (~3-5) and performance (~1.3-2) between dev and prod builds
bashor
02/11/2025, 1:18 PM
compose multiplatform is quite big collection of libraries with strong interconnections
13
Views
Open in Slack
Previous
Next