Kotlin Facet: Do not reset configuration if "Use project settings" is switched on
#KT-15735 Fixed
This commit is contained in:
@@ -46,17 +46,6 @@ class KotlinFacetConfiguration : FacetConfiguration {
|
||||
else {
|
||||
settings = KotlinFacetSettings()
|
||||
}
|
||||
if (settings.useProjectSettings) {
|
||||
with(settings.versionInfo) {
|
||||
languageLevel = null
|
||||
apiLevel = null
|
||||
}
|
||||
with(settings.compilerInfo) {
|
||||
commonCompilerArguments = null
|
||||
k2jsCompilerArguments = null
|
||||
compilerSettings = null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Suppress("OverridingDeprecatedMember")
|
||||
|
||||
Reference in New Issue
Block a user