mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
External annotations will only be considered in the IDE for additional inspections based on more precise types in Java libraries
20 lines
1.1 KiB
Plaintext
Vendored
20 lines
1.1 KiB
Plaintext
Vendored
Invalid argument: -wrong-argument
|
|
Usage: kotlinc-jvm <options> <source files>
|
|
where possible options include:
|
|
-d <directory|jar> Destination for generated class files
|
|
-classpath (-cp) <path> Paths where to find user class files
|
|
-include-runtime Include Kotlin runtime in to resulting .jar
|
|
-no-jdk Don't include Java runtime into classpath
|
|
-no-stdlib Don't include Kotlin runtime into classpath
|
|
-module <path> Path to the module file to compile
|
|
-script Evaluate the script file
|
|
-kotlin-home <path> Path to Kotlin compiler home directory, used for runtime libraries discovery
|
|
-module-name Module name
|
|
-nowarn Generate no warnings
|
|
-verbose Enable verbose logging output
|
|
-version Display compiler version
|
|
-help (-h) Print a synopsis of standard options
|
|
-X Print a synopsis of advanced options
|
|
-P plugin:<pluginId>:<optionName>=<value>
|
|
Pass an option to a plugin
|
|
INTERNAL_ERROR |