Enable suspend conversions by default in 1.6
^KT-48618 Fixed
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user