Adapt facet, map coroutine settings on three keys

This commit is contained in:
Mikhail Zarechenskiy
2016-12-14 17:37:59 +03:00
committed by Stanislav Erokhin
parent 9460426d26
commit 091756b221
3 changed files with 18 additions and 12 deletions
@@ -79,10 +79,6 @@ public abstract class CommonCompilerArguments {
@Argument(value = "Xcoroutines=enable")
public boolean coroutinesEnable;
@Argument(value = "Xcoroutine-support", description = "Coroutines: produce error/warning/compile silently")
// Possible values: "enabled", "warning", "disabled"
public String coroutineSupport;
@Argument(value = "P", description = "Pass an option to a plugin")
@ValueDescription(PLUGIN_OPTION_FORMAT)
public String[] pluginOptions;