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.

0

Post is closed for comments.