moduleKind

@get:Optional
@get:Input
abstract val moduleKind: Property<JsModuleKind>

The kind of JS module generated by the compiler. ES modules are enabled by default in case of ES2015 target usage

Possible values: "plain", "amd", "commonjs", "umd"

Default value: null