File tree 5 files changed +9
-0
lines changed
5 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ dependencies {
90
90
" org.jetbrains.kotlin" ,
91
91
" org.jetbrains.plugins.gradle" ,
92
92
" org.intellij.intelliLang" ,
93
+ " com.google.tools.ij.aiplugin" ,
93
94
)
94
95
if (ideaProduct == " android-studio" ) {
95
96
bundledPluginList.add(" org.jetbrains.android" )
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ dependencies {
70
70
" org.jetbrains.kotlin" ,
71
71
" org.jetbrains.plugins.gradle" ,
72
72
" org.intellij.intelliLang" ,
73
+ " com.google.tools.ij.aiplugin" ,
73
74
)
74
75
if (ideaProduct == " android-studio" ) {
75
76
bundledPluginList.add(" org.jetbrains.android" )
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ dependencies {
66
66
" org.jetbrains.kotlin" ,
67
67
" org.jetbrains.plugins.gradle" ,
68
68
" org.intellij.intelliLang" ,
69
+ " com.google.tools.ij.aiplugin" ,
69
70
)
70
71
if (ideaProduct == " android-studio" ) {
71
72
bundledPluginList.add(" org.jetbrains.android" )
Original file line number Diff line number Diff line change 37
37
<!-- Contributes IDEA-specific features and implementations. -->
38
38
<depends optional =" true" config-file =" idea-contribs.xml" >com.intellij.modules.java</depends >
39
39
40
+ <!-- Contributes Gemini Code Assist extensions. -->
41
+ <depends optional =" true" config-file =" gemini-contribs.xml" >com.google.tools.ij.aiplugin</depends >
42
+
40
43
<!-- Contributes Android Studio-specific features and implementations. -->
41
44
<!-- suppress PluginXmlValidity -->
42
45
<depends optional =" true" config-file =" studio-contribs.xml" >com.intellij.modules.androidstudio</depends >
Original file line number Diff line number Diff line change 35
35
<!-- Contributes IDEA-specific features and implementations. -->
36
36
<depends optional =" true" config-file =" idea-contribs.xml" >com.intellij.modules.java</depends >
37
37
38
+ <!-- Contributes Gemini Code Assist extensions. -->
39
+ <depends optional =" true" config-file =" gemini-contribs.xml" >com.google.tools.ij.aiplugin</depends >
40
+
38
41
<!-- Contributes Android Studio-specific features and implementations. -->
39
42
<!-- suppress PluginXmlValidity -->
40
43
<depends optional =" true" config-file =" studio-contribs.xml" >@DEPEND@</depends >
You can’t perform that action at this time.
0 commit comments