Remove -Xnormalize-constructor-calls
Constructor call normalization is enabled by default since 1.3.
This commit is contained in:
@@ -25,11 +25,6 @@ private val patterns = buildList {
|
||||
JVMConfigurationKeys.STRING_CONCAT,
|
||||
JvmStringConcat.Companion::fromString
|
||||
)
|
||||
createPattern(
|
||||
"CONSTRUCTOR_CALL_NORMALIZATION_MODE",
|
||||
JVMConfigurationKeys.CONSTRUCTOR_CALL_NORMALIZATION_MODE,
|
||||
JVMConstructorCallNormalizationMode.Companion::fromStringOrNull
|
||||
)
|
||||
createPattern(
|
||||
"SAM_CONVERSIONS",
|
||||
JVMConfigurationKeys.SAM_CONVERSIONS,
|
||||
@@ -162,5 +157,3 @@ private fun tryApplyBooleanFlag(
|
||||
assert(false) { "Expected [+|-][namespace.]configurationKey, got: $flag" }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user