Introduce '-Xskip-runtime-version-check' command line option

This commit is contained in:
Alexander Udalov
2016-12-13 11:21:29 +03:00
parent 6aaf2c7c4d
commit d0fa9bac75
6 changed files with 21 additions and 6 deletions
+1
View File
@@ -7,6 +7,7 @@ where advanced options include:
-Xmultifile-parts-inherit Compile multifile classes as a hierarchy of parts and facade
-Xallow-kotlin-package Allow compiling code in package 'kotlin'
-Xskip-metadata-version-check Load classes with bad metadata version anyway (incl. pre-release classes)
-Xskip-runtime-version-check Allow Kotlin runtime libraries of incompatible versions in the classpath
-Xdump-declarations-to <path> Path to JSON file to dump Java to Kotlin declaration mappings
-Xsingle-module Combine modules for source files and binary dependencies into a single module
-Xadd-compiler-builtins Add definitions of built-in declarations to the compilation classpath (useful with -no-stdlib)