Allow to use inline classes in 1.3 with warning
This commit is contained in:
@@ -93,7 +93,7 @@ enum class LanguageFeature(
|
||||
|
||||
SamConversionForKotlinFunctions(sinceVersion = KOTLIN_1_3, defaultState = State.DISABLED),
|
||||
|
||||
InlineClasses(sinceVersion = null, defaultState = State.DISABLED, kind = UNSTABLE_FEATURE),
|
||||
InlineClasses(sinceVersion = KOTLIN_1_3, defaultState = State.ENABLED_WITH_WARNING, kind = UNSTABLE_FEATURE),
|
||||
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user