

You can access a module by its name in the global scope.ĪMD. Select the kind of JS module generated by the compiler: Specify here the target folder for the copied files. This field is only enabled if the checkbox Copy library runtime files is selected. If this checkbox is selected, the JavaScript files from the libraries will be copied to the folder specified in the field Destination directory. You can enter the path manually, or click and select the required file from the file chooser. Specify the path to the file that will be added as is to the end of the generated code.

Specify the path to the file that will be added as is to the beginning of the generated code. Source files of inline functions from other module are embeded into the source map only. When inlining a function from other module with embedded sources. Source files are not embeded into the source map. Source files are embeded into the source map in all cases. Select the mode for embedding source files into the source map:Īlways. If this checkbox is selected, the compiler generates source maps that set the correspondence between lines in your Kotlin code and in the generated JavaScript code, otherwise your breakpoints will not be recognised and processed correctly. If this checkbox is selected, the improved incremental compilation is turned on. If this checkbox is selected, the compiler process is always alive. Keep compiler process alive between invocations as part of the argument), escape the double quotes by means of the backslashes, for example, -Dmy.prop=\"quoted_value\". If a parameter or an option includes double quotes (e.g. If a parameter or an option includes spaces, enclose the spaces or the argument that contains the spaces in double quotes, for example, some" "arg or "some arg". Use spaces to separate individual parameters and options, for example, -client -ea -Xmx1024m. When specifying the parameters and options, follow these rules: If you need more room to type, click to open the Additional command line parameters dialog where the text entry area is larger. Refer to the compiler documentation for the available options. Specify the command-line parameters and options to be passed to the compiler at its start. Select the API version used by the Kotlin compiler.

Select the version of Kotlin used by the compiler. Select the version of the Kotlin compiler that is used to run both local and CI builds. If this checkbox is cleared, the compiler won't generate warnings in course of compilation only errors and info messages will be left.
