Project Structure Dialog
Answered
I am using my plugin to show the project structure module dialog,
ProjectSettingsService.getInstance(Project).openModuleSettings(Module)
and user is adding some dependencies to it. And after adding dependencies when user clicks 'OK', the newly added dependency is getting removed. Why is it happening? what can i do so that by clicking 'OK' they will not remove and they will be in the project.
Post is closed for comments.
no double-posts, please
https://intellij-support.jetbrains.com/hc/en-us/community/posts/207565485-How-to-show-Project-Structure-Dialog-