Skip to content

Commit da49f9e

Browse files
authored
[IJ Plugin] Add com.apollographql.apollo:apollo-api-jvm to dependencySupport (#6039)
1 parent 793baca commit da49f9e

File tree

1 file changed

+5
-0
lines changed
  • intellij-plugin/src/main/resources/META-INF

1 file changed

+5
-0
lines changed

intellij-plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,11 @@
268268
coordinate="com.apollographql.apollo3:apollo-api-jvm"
269269
displayName="Apollo Kotlin"
270270
/>
271+
<dependencySupport
272+
kind="java"
273+
coordinate="com.apollographql.apollo:apollo-api-jvm"
274+
displayName="Apollo Kotlin"
275+
/>
271276

272277
<!-- Advanced settings -->
273278
<advancedSetting

0 commit comments

Comments
 (0)