Add -Xuse-type-table to jvm compiler options

This commit is contained in:
Nikolay Krasko
2018-03-21 12:45:42 +03:00
parent a67068d37e
commit 875e0a64e7
3 changed files with 5 additions and 0 deletions
@@ -138,6 +138,9 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
@Argument(value = "-Xmultifile-parts-inherit", description = "Compile multifile classes as a hierarchy of parts and facade")
var inheritMultifileParts: Boolean by FreezableVar(false)
@Argument(value = "-Xuse-type-table", description = "Use type table in metadata serialization")
var useTypeTable: Boolean by FreezableVar(false)
@Argument(
value = "-Xskip-runtime-version-check",
description = "Allow Kotlin runtime libraries of incompatible versions in the classpath"