Minor, rephrase usage help for -no-stdlib/-no-reflect compiler arguments
This commit is contained in:
Vendored
+2
-2
@@ -8,8 +8,8 @@ where possible options include:
|
||||
-jvm-target <version> Target version of the generated JVM bytecode (1.6 or 1.8), default is 1.6
|
||||
-module-name <name> Name of the generated .kotlin_module file
|
||||
-no-jdk Don't include Java runtime into classpath
|
||||
-no-reflect Don't include Kotlin reflection implementation into classpath
|
||||
-no-stdlib Don't include Kotlin runtime into classpath
|
||||
-no-reflect Don't include kotlin-reflect.jar into classpath
|
||||
-no-stdlib Don't include kotlin-stdlib.jar or kotlin-reflect.jar into classpath
|
||||
-script Evaluate the script file
|
||||
-script-templates <fully qualified class name[,]>
|
||||
Script definition template classes
|
||||
|
||||
Reference in New Issue
Block a user