Make useExperimental non-CLI argument

This commit is contained in:
Mikhail Glukhikh
2022-02-21 17:48:50 +03:00
committed by teamcity
parent 96ba4bb201
commit 8274c43ee6
3 changed files with 0 additions and 7 deletions
@@ -158,11 +158,6 @@ abstract class CommonCompilerArguments : CommonToolArguments() {
)
var experimental: Array<String>? = null
@Argument(
value = "-Xuse-experimental",
valueDescription = "<fq.name>",
description = "Enable, but don't propagate usages of experimental API for marker annotation with the given fully qualified name"
)
@IDEAPluginsCompatibilityAPI(
IDEAPlatforms._212, // maybe 211 AS used it too
IDEAPlatforms._213,