KotlinFacetEditorGeneralTab refactor: use chosenPlatform when possible
This commit is contained in:
@@ -28,6 +28,6 @@ class KotlinLibraryValidatorCreator : KotlinFacetValidatorCreator() {
|
||||
DelegatingLibrariesValidatorContext(editorContext),
|
||||
validatorsManager,
|
||||
"kotlin"
|
||||
) { editor.targetPlatformComboBox.selectedItemTyped!! }
|
||||
) { editor.chosenPlatform!! }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user