KotlinJsDceCompilerToolOptions

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
@get:Input
abstract val devMode: Property<Boolean>

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