Add enable / disable feature in Gradle (Groovy) project, forTests option

Part of KT-26775
This commit is contained in:
Mikhail Glukhikh
2018-09-18 11:12:59 +03:00
parent b194be7665
commit 43e4616fdf
17 changed files with 339 additions and 28 deletions
@@ -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