Move -Xskip-metadata-version-check from JVM to common arguments

To be used in JS
This commit is contained in:
Alexander Udalov
2017-02-08 19:39:39 +03:00
parent a1a71a01b1
commit 2e8bfde2e7
6 changed files with 7 additions and 5 deletions
+1
View File
@@ -2,6 +2,7 @@ Usage: kotlinc-js <options> <source files>
where advanced options include:
-Xno-inline Disable method inlining
-Xrepeat <count> Repeat compilation (for performance analysis)
-Xskip-metadata-version-check Load classes with bad metadata version anyway (incl. pre-release classes)
-Xallow-kotlin-package Allow compiling code in package 'kotlin'
-Xplugin <path> Load plugins from the given classpath
-Xmulti-platform Enable experimental language support for multi-platform projects