Enable suspend conversions by default in 1.6

^KT-48618 Fixed
This commit is contained in:
Victor Petukhov
2021-09-06 18:46:38 +03:00
parent 86d8468b8b
commit ce02cd4729
10 changed files with 71 additions and 1 deletions
@@ -143,7 +143,6 @@ enum class LanguageFeature(
SamConversionForKotlinFunctions(KOTLIN_1_4),
SamConversionPerArgument(KOTLIN_1_4),
FunctionReferenceWithDefaultValueAsOtherType(KOTLIN_1_4),
SuspendConversion(KOTLIN_1_4, defaultState = State.DISABLED),
UnitConversion(KOTLIN_1_4, defaultState = State.DISABLED),
OverloadResolutionByLambdaReturnType(KOTLIN_1_4),
ContractsOnCallsWithImplicitReceiver(KOTLIN_1_4),
@@ -215,6 +214,7 @@ enum class LanguageFeature(
RepeatableAnnotations(KOTLIN_1_6),
RepeatableAnnotationContainerConstraints(KOTLIN_1_6, kind = BUG_FIX),
UseBuilderInferenceOnlyIfNeeded(KOTLIN_1_6),
SuspendConversion(KOTLIN_1_6),
// 1.7