Minor, improve "-module-name" argument description
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
|
|||||||
)
|
)
|
||||||
var scriptTemplates: Array<String>? by FreezableVar(null)
|
var scriptTemplates: Array<String>? by FreezableVar(null)
|
||||||
|
|
||||||
@Argument(value = "-module-name", description = "Module name")
|
@Argument(value = "-module-name", valueDescription = "<name>", description = "Name of the generated .kotlin_module file")
|
||||||
var moduleName: String? by FreezableVar(null)
|
var moduleName: String? by FreezableVar(null)
|
||||||
|
|
||||||
@GradleOption(DefaultValues.JvmTargetVersions::class)
|
@GradleOption(DefaultValues.JvmTargetVersions::class)
|
||||||
|
|||||||
Vendored
+1
-1
@@ -6,7 +6,7 @@ where possible options include:
|
|||||||
-java-parameters Generate metadata for Java 1.8 reflection on method parameters
|
-java-parameters Generate metadata for Java 1.8 reflection on method parameters
|
||||||
-jdk-home <path> Path to JDK home directory to include into classpath, if differs from default JAVA_HOME
|
-jdk-home <path> Path to JDK home directory to include into classpath, if differs from default JAVA_HOME
|
||||||
-jvm-target <version> Target version of the generated JVM bytecode (1.6 or 1.8), default is 1.6
|
-jvm-target <version> Target version of the generated JVM bytecode (1.6 or 1.8), default is 1.6
|
||||||
-module-name Module name
|
-module-name <name> Name of the generated .kotlin_module file
|
||||||
-no-jdk Don't include Java runtime into classpath
|
-no-jdk Don't include Java runtime into classpath
|
||||||
-no-reflect Don't include Kotlin reflection implementation into classpath
|
-no-reflect Don't include Kotlin reflection implementation into classpath
|
||||||
-no-stdlib Don't include Kotlin runtime into classpath
|
-no-stdlib Don't include Kotlin runtime into classpath
|
||||||
|
|||||||
Reference in New Issue
Block a user