Add enable / disable feature in Gradle (Groovy) project, forTests option
Part of KT-26775
This commit is contained in:
+2
-1
@@ -275,7 +275,8 @@ protected constructor(
|
||||
override fun changeGeneralFeatureConfiguration(
|
||||
module: Module,
|
||||
feature: LanguageFeature,
|
||||
state: LanguageFeature.State
|
||||
state: LanguageFeature.State,
|
||||
forTests: Boolean
|
||||
) {
|
||||
val sinceVersion = feature.sinceApiVersion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user