javac-wrapper: -Xuse-javac -> -Xuse-javac and -Xcompile-java
This commit is contained in:
committed by
Alexander Baratynskiy
parent
2224720a90
commit
8494e54608
+3
@@ -148,6 +148,9 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
|
||||
@Argument(value = "-Xuse-javac", description = "Use javac for Java source and class files analysis")
|
||||
var useJavac: Boolean by FreezableVar(false)
|
||||
|
||||
@Argument(value = "-Xcompile-java", description = "Reuse javac analysis and compile Java source files")
|
||||
public boolean compileJava;
|
||||
|
||||
@Argument(
|
||||
value = "-Xjavac-arguments",
|
||||
valueDescription = "<option[,]>",
|
||||
|
||||
Reference in New Issue
Block a user