Remove redundant safe call to fix FIR compilation
This commit is contained in:
@@ -368,7 +368,7 @@ class KotlinFacetEditorGeneralTab(
|
|||||||
if (chosenPlatform != configuration.settings.targetPlatform) return true
|
if (chosenPlatform != configuration.settings.targetPlatform) return true
|
||||||
|
|
||||||
// work-around for hacked equals in JvmPlatform
|
// work-around for hacked equals in JvmPlatform
|
||||||
if (!configuration?.settings?.isHmppEnabled) {
|
if (!configuration.settings.isHmppEnabled) {
|
||||||
if (configuration.settings.targetPlatform?.let { TargetPlatformWrapper(it) } != editor.targetPlatformSelectSingleCombobox
|
if (configuration.settings.targetPlatform?.let { TargetPlatformWrapper(it) } != editor.targetPlatformSelectSingleCombobox
|
||||||
.selectedItemTyped) {
|
.selectedItemTyped) {
|
||||||
return true
|
return true
|
||||||
|
|||||||
Reference in New Issue
Block a user