Added -annotations command-line parameter.

This commit is contained in:
Evgeny Gerashchenko
2012-06-27 23:14:15 +04:00
parent f11ecdc07b
commit 206628da82
2 changed files with 4 additions and 0 deletions
@@ -48,6 +48,9 @@ public class K2JVMCompilerArguments extends CompilerArguments {
@Argument(value = "classpath", description = "classpath to use when compiling")
public String classpath;
@Argument(value = "annotations", description = "paths to external annotations")
public String annotations;
@Argument(value = "includeRuntime", description = "include Kotlin runtime in to resulting jar")
public boolean includeRuntime;