kotlin-compiler: 1.1-20170403.193854-443 (#452)
This commit is contained in:
committed by
Nikolay Igotti
parent
f5e3519d3a
commit
058bb728df
+1
-1
@@ -16,9 +16,9 @@
|
||||
|
||||
package org.jetbrains.kotlin.cli.bc;
|
||||
|
||||
import com.sampullara.cli.Argument;
|
||||
import org.jetbrains.kotlin.cli.common.arguments.CommonCompilerArguments;
|
||||
import org.jetbrains.kotlin.cli.common.arguments.ValueDescription;
|
||||
import org.jetbrains.kotlin.cli.common.parser.com.sampullara.cli.Argument;
|
||||
|
||||
public class K2NativeCompilerArguments extends CommonCompilerArguments {
|
||||
@Argument(value = "output", alias = "o", description = "Output file path")
|
||||
|
||||
Reference in New Issue
Block a user