Hey all. I’ve been building a JS app in Kotlin for...
# multiplatform
i
Hey all. I’ve been building a JS app in Kotlin for a few months and it’s nearing a shippable state. The JS entrypoints for each of the main interfaces of the app are rather large (approaching 2MB apiece), and I’m wondering if there’s a way to configure webpack, or maybe the way gradle invokes it, to split the output files, either automatically or with hints in code. Any help appreciated.
p
Did you use @JsExport correctly ?
i
I honestly couldn’t say: I’ll look into it.