Kotlin Facet: Add coroutine support setting
This commit is contained in:
committed by
Stanislav Erokhin
parent
664485f4bb
commit
9460426d26
+4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user