Minor, remove extra empty lines from -X arguments help
This commit is contained in:
+2
-5
@@ -191,11 +191,8 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
|
|||||||
@Argument(
|
@Argument(
|
||||||
value = "-Xsupport-compatqual-checker-framework-annotations",
|
value = "-Xsupport-compatqual-checker-framework-annotations",
|
||||||
valueDescription = "enable|disable",
|
valueDescription = "enable|disable",
|
||||||
description =
|
description = "Specify behavior for Checker Framework compatqual annotations (NullableDecl/NonNullDecl).\n" +
|
||||||
"""
|
"Default value is 'enable'"
|
||||||
Specify behavior for Checker Framework compatqual annotations (NullableDecl/NonNullDecl).
|
|
||||||
Default value is 'enable'
|
|
||||||
"""
|
|
||||||
)
|
)
|
||||||
var supportCompatqualCheckerFrameworkAnnotations: String? by FreezableVar(null)
|
var supportCompatqualCheckerFrameworkAnnotations: String? by FreezableVar(null)
|
||||||
|
|
||||||
|
|||||||
-2
@@ -36,10 +36,8 @@ where advanced options include:
|
|||||||
-Xstrict-java-nullability-assertions
|
-Xstrict-java-nullability-assertions
|
||||||
Generate nullability assertions for non-null Java expressions
|
Generate nullability assertions for non-null Java expressions
|
||||||
-Xsupport-compatqual-checker-framework-annotations=enable|disable
|
-Xsupport-compatqual-checker-framework-annotations=enable|disable
|
||||||
|
|
||||||
Specify behavior for Checker Framework compatqual annotations (NullableDecl/NonNullDecl).
|
Specify behavior for Checker Framework compatqual annotations (NullableDecl/NonNullDecl).
|
||||||
Default value is 'enable'
|
Default value is 'enable'
|
||||||
|
|
||||||
-Xuse-javac Use javac for Java source and class files analysis
|
-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-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)
|
||||||
-Xallow-kotlin-package Allow compiling code in package 'kotlin' and allow not requiring kotlin.stdlib in module-info
|
-Xallow-kotlin-package Allow compiling code in package 'kotlin' and allow not requiring kotlin.stdlib in module-info
|
||||||
|
|||||||
Reference in New Issue
Block a user