Kotlin Facet: Add coroutine support setting

This commit is contained in:
Alexey Sedunov
2016-12-12 15:27:47 +03:00
committed by Stanislav Erokhin
parent 664485f4bb
commit 9460426d26
6 changed files with 166 additions and 80 deletions
@@ -79,6 +79,10 @@ 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;