Enable JVM IR by default if language version is >= 1.5
#KT-44021 Fixed
This commit is contained in:
@@ -144,6 +144,7 @@ enum class LanguageFeature(
|
||||
|
||||
AllowSealedInheritorsInDifferentFilesOfSamePackage(KOTLIN_1_5),
|
||||
SealedInterfaces(KOTLIN_1_5),
|
||||
JvmIrEnabledByDefault(KOTLIN_1_5),
|
||||
|
||||
/*
|
||||
* Improvements include the following:
|
||||
|
||||
Reference in New Issue
Block a user