RUBY-34039 re-working modules structure

- `intellij.ruby.rbs` renamed to `intellij.ruby.rbs.common`
- introduced `intellij.ruby.frontend` module
- introduced `intellij.ruby.common` module
- removed `package` attribute from the tech plugins, they are now in separate jars
- added tech-modules xml dependencies on the backend to ensure loading order
- no modules are embedded into the plugin jar
- scope updated using wildcards for module names

GitOrigin-RevId: bc0f38fcc096ceaf26e82de6e657eff612b91f76
This commit is contained in:
Alexandr Evstigneev
2025-06-09 16:51:26 +04:00
committed by intellij-monorepo-bot
parent 9e632f35ea
commit ab84f20f89

View File

@@ -2,6 +2,7 @@
<dependencies>
<plugin id="com.intellij.modules.ruby"/>
<plugin id="ru.adelf.idea.dotenv"/>
<module name="intellij.ruby.backend"/>
</dependencies>
<extensions defaultExtensionNs="com.intellij">
<completion.contributor language="ruby" implementationClass="ru.adelf.idea.dotenv.ruby.RubyEnvCompletionProvider"/>