January 2018
Intermediate to advanced
434 pages
14h 1m
English
The -include-runtime option makes the resulting .jar file self-contained and runnable by including the Kotlin runtime library in it. Then, we use Java to run the .jar file generated.
The -d option in the command indicates what we want the output of the compiler to be called and maybe either a directory name for class files or a .jar filename.
Read now
Unlock full access