Skip to content

Commit

Permalink
[IJ Plugin] Add explicit dependency to com.intellij.modules.json (#6254)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD authored Nov 12, 2024
1 parent 30d83ed commit faa8c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intellij-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<depends>com.intellij.gradle</depends>
<depends>com.intellij.lang.jsgraphql</depends>
<depends>org.toml.lang</depends>
<depends>com.intellij.modules.json</depends>
<depends optional="true" config-file="com.apollographql.ijplugin-android.xml">org.jetbrains.android</depends>

<resource-bundle>messages.ApolloBundle</resource-bundle>
Expand Down

0 comments on commit faa8c4a

Please sign in to comment.