main

open var main: String

Deprecated

Please migrate to the compilerOptions DSL. More details are here: https://kotl.in/u1r8ln

Specify whether the 'main' function should be called upon execution.

Possible values: "call", "noCall"

Default value: JsMainFunctionExecutionMode.CALL