Simplify Jewel / Compose setup in plugin.xml by using 'intellij.platform.compose' umbrella module

Simplify Jewel / Compose setup in plugin.xml by using 'intellij.platform.compose' umbrella module
This commit is contained in:
Nebojsa Vuksic 2025-08-27 13:49:53 +02:00 committed by GitHub
commit a8077cda6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,11 +4,7 @@
<vendor url="https://www.yourcompany.com">YourCompany</vendor>
<dependencies>
<module name="intellij.libraries.skiko"></module>
<module name="intellij.libraries.compose.foundation.desktop"></module>
<module name="intellij.platform.jewel.foundation"></module>
<module name="intellij.platform.jewel.ui"></module>
<module name="intellij.platform.jewel.ideLafBridge"></module>
<module name="intellij.platform.compose"/>
</dependencies>
<resource-bundle>messages.ComposeTemplate</resource-bundle>