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
+1
View File
@@ -40,6 +40,7 @@ where advanced options include:
Default value is 'enable'
-Xuse-javac Use javac for Java source and class files analysis
-Xuse-old-class-files-reading Use old class files reading implementation (may slow down the build and should be used in case of problems with the new implementation)
-Xuse-type-table Use type table in metadata serialization
-Xallow-kotlin-package Allow compiling code in package 'kotlin' and allow not requiring kotlin.stdlib in module-info
-Xcoroutines={enable|warn|error}
Enable coroutines or report warnings or errors on declarations and use sites of 'suspend' modifier