mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 08:31:38 +00:00
17 lines
543 B
Plaintext
17 lines
543 B
Plaintext
Usage: org.jetbrains.jet.cli.jvm.K2JVMCompilerArguments
|
|
-jar [String] jar file name
|
|
-src [String] source file or directory
|
|
-classpath [String] classpath to use when compiling
|
|
-includeRuntime [flag]
|
|
-stdlib [String] Path to the stdlib.jar
|
|
-jdkHeaders [String] Path to the kotlin-jdk-headers.jar
|
|
-mode [String] Special compiler modes: stubs or jdkHeaders
|
|
-output [String] output directory
|
|
-module [String] module to compile
|
|
-script [flag]
|
|
-tags [flag]
|
|
-verbose [flag]
|
|
-version [flag]
|
|
-help (-h) [flag]
|
|
INTERNAL_ERROR
|