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