KotlinJsDceOptions

Deprecated (with error)

The DCE tool is obsolete and does not work with the IR compiler. Learn more here https://kotl.in/js-ir-dce

Options for the Kotlin JavaScript dead code elimination tool.

Properties

Link copied to clipboard

Report an error if there are any warnings.

Link copied to clipboard
open var devMode: Boolean

Development mode: don't strip out any code, just copy dependencies.

Link copied to clipboard

A list of additional compiler arguments

Link copied to clipboard

Don't generate any warnings.

Link copied to clipboard
open var verbose: Boolean

Enable verbose logging output.