Пример #1
0
 public void syncSdkAndLibrariesInPluginsModule(@NotNull Module module) {
   final Module pluginsModule = findCommonPluginsModule(module);
   if (pluginsModule != null) {
     MvcModuleStructureUtil.syncAuxModuleSdk(module, pluginsModule, this);
   }
 }