Cleanup FE analysis flag allowKotlinPackage
It was used to allow custom contracts when compiling stdlib with the Kotlin 1.2 compiler. Since 1.3 compiler is used now, this flag is no longer necessary.
This commit is contained in:
-1
@@ -314,7 +314,6 @@ abstract class CommonCompilerArguments : CommonToolArguments() {
|
||||
return HashMap<AnalysisFlag<*>, Any>().apply {
|
||||
put(AnalysisFlags.skipMetadataVersionCheck, skipMetadataVersionCheck)
|
||||
put(AnalysisFlags.multiPlatformDoNotCheckActual, noCheckActual)
|
||||
put(AnalysisFlags.allowKotlinPackage, allowKotlinPackage)
|
||||
put(AnalysisFlags.experimental, experimental?.toList().orEmpty())
|
||||
put(AnalysisFlags.useExperimental, useExperimental?.toList().orEmpty())
|
||||
put(AnalysisFlags.explicitApiVersion, apiVersion != null)
|
||||
|
||||
Reference in New Issue
Block a user