Refactor language feature settings processing for exposing it outside of the CLI compiler
This commit is contained in:
@@ -66,5 +66,8 @@ class AnalysisFlag<out T> internal constructor(
|
||||
|
||||
@JvmStatic
|
||||
val useExperimental by Flag.ListOfStrings
|
||||
|
||||
@JvmStatic
|
||||
val explicitApiVersion by Flag.Boolean
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user