Usage: kotlinc-jvm where possible options include: -d Destination for generated class files -classpath (-cp) Paths where to find user class files -annotations Paths to external annotations -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 -no-jdk-annotations Don't include JDK external annotations into classpath -module Path to the module file to compile -script Evaluate the script file -kotlin-home Path to Kotlin compiler home directory, used for annotations and runtime libraries discovery -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 OK