Add a compiler option to disable default scripting plugin

This commit is contained in:
Ilya Chernikov
2018-04-05 21:41:33 +02:00
parent ccecc90130
commit cc2b244484
3 changed files with 9 additions and 1 deletions
+2
View File
@@ -9,6 +9,8 @@ where advanced options include:
Normalize constructor calls (disable: don't normalize; enable: normalize), default is disable
-Xdump-declarations-to=<path> Path to JSON file to dump Java to Kotlin declaration mappings
-Xenable-jvm-default Allow to use '@JvmDefault' for JVM default method support
-Xdisable-default-scripting-plugin
Do not enable scripting plugin by default
-Xmultifile-parts-inherit Compile multifile classes as a hierarchy of parts and facade
-Xmodule-path=<path> Paths where to find Java 9+ modules
-Xjavac-arguments=<option[,]> Java compiler arguments