KotlinFacetEditorGeneralTab refactor: use chosenPlatform when possible

This commit is contained in:
Mikhail Glukhikh
2018-09-07 19:56:18 +03:00
parent 622c9bedad
commit 2e29a581f2
2 changed files with 5 additions and 5 deletions
@@ -28,6 +28,6 @@ class KotlinLibraryValidatorCreator : KotlinFacetValidatorCreator() {
DelegatingLibrariesValidatorContext(editorContext),
validatorsManager,
"kotlin"
) { editor.targetPlatformComboBox.selectedItemTyped!! }
) { editor.chosenPlatform!! }
}
}