[Gradle, JS] Return back deprecated options noStdlib and metaInfo

This commit is contained in:
Ilya Goncharov
2024-02-07 13:39:22 +01:00
committed by Space Team
parent 2340d59f40
commit d02be30e3b
8 changed files with 89 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ where possible options include:
-module-kind {plain|amd|commonjs|umd|es}
The kind of JS module generated by the compiler.
-ir-output-name Base name of generated files.
-no-stdlib Don't automatically include the default Kotlin/JS stdlib in compilation dependencies.
-ir-output-dir <directory> Destination for generated files.
-output <filepath> Destination *.js file for the compilation result.
-source-map Generate a source map.