如何在 IntelliJ 中导出必需的插件功能?

How to export Required Plugins functionality in IntelliJ?

IntelliJ中有一个功能是Required Plugins。 我想在我们的项目中制作插件 X,因此我们的团队将被提示安装它。 有办法吗?

Required plug-ins are saved in the project inside .idea/externalDependencies.xml file which can be shared via the version control.