DCE keep package tree
mtalexo opened this issue · 2 comments
mtalexo commented
Is there any way to specify a prefix/wildcard/pattern for runDceKotlinJs.keep to be able to keep an entire package tree?
konsoletyper commented
Try to specify package name instead of full function/property name.
mtalexo commented
It worked, thanks for the quick reply!
I tried this earlier and thought that the package prefix wasn't getting picked up, but turns out I just wasn't specifying the module name correctly.