Change -Xload-jsr305-annotations argument to -Xjsr305-annotations={ignore|enable}
See https://youtrack.jetbrains.com/issue/KT-19229 for a complete explanation #KT-19229 Fixed #KT-10942
This commit is contained in:
+2
-1
@@ -20,7 +20,8 @@ where advanced options include:
|
||||
Script resolver environment in key-value pairs (the value could be quoted and escaped)
|
||||
-Xuse-javac Use javac for Java source and class files analysis
|
||||
-Xjavac-arguments=<option[,]> Java compiler arguments
|
||||
-Xload-jsr305-annotations Load JSR-305 nullability annotations
|
||||
-Xjsr305-annotations={ignore|enable}
|
||||
Specify global behavior for JSR-305 nullability annotations: ignore, or treat as other supported nullability annotations
|
||||
-Xno-inline Disable method inlining
|
||||
-Xrepeat=<count> Repeat compilation (for performance analysis)
|
||||
-Xskip-metadata-version-check Load classes with bad metadata version anyway (incl. pre-release classes)
|
||||
|
||||
Reference in New Issue
Block a user