Kotlin/kotlin-examples

DCE keep package tree

mtalexo opened this issue · 2 comments

Is there any way to specify a prefix/wildcard/pattern for runDceKotlinJs.keep to be able to keep an entire package tree?

Try to specify package name instead of full function/property name.

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.