Usage: kotlinc-jvm where possible options include: -d Destination for generated class files -classpath (-cp) Paths where to find user class files -include-runtime Include Kotlin runtime in to resulting .jar -jdk-home Path to JDK home directory to include into classpath, if differs from default JAVA_HOME -no-jdk Don't include Java runtime into classpath -no-stdlib Don't include Kotlin runtime into classpath -no-reflect Don't include Kotlin reflection implementation into classpath -module Path to the module file to compile -script Evaluate the script file -script-templates Script definition template classes -kotlin-home Path to Kotlin compiler home directory, used for runtime libraries discovery -module-name Module name -jvm-target Target version of the generated JVM bytecode (1.6 or 1.8), default is 1.6 -java-parameters Generate metadata for Java 1.8 reflection on method parameters -language-version Provide source compatibility with specified language version -api-version Allow to use declarations only from the specified version of bundled libraries -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::= Pass an option to a plugin OK