Skip to content

Commit b2e0361

Browse files
authored
Remove the conditional inclusion of com.google.tools.ij.aiplugin (#8004)
This resolves #7965
1 parent f66d18e commit b2e0361

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

build.gradle.kts

-5
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,7 @@ dependencies {
100100
"Git4Idea",
101101
"org.jetbrains.kotlin",
102102
"org.jetbrains.plugins.gradle",
103-
"org.intellij.intelliLang",
104103
"org.intellij.intelliLang")
105-
// TODO(mossman) - this check should be removed when 2025.1 supports the Gemini Code Assist plugin (https://github.com/flutter/flutter-intellij/issues/7965)
106-
if (ideaVersion.startsWith("225.")) {
107-
bundledPluginList.add("com.google.tools.ij.aiplugin")
108-
}
109104
if (ideaProduct == "android-studio") {
110105
bundledPluginList.add("org.jetbrains.android")
111106
bundledPluginList.add("com.android.tools.idea.smali")

flutter-idea/build.gradle.kts

-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ dependencies {
8080
"org.jetbrains.kotlin",
8181
"org.jetbrains.plugins.gradle",
8282
"org.intellij.intelliLang")
83-
// TODO(mossman) - this check should be removed when 2025.1 supports the Gemini Code Assist plugin (https://github.com/flutter/flutter-intellij/issues/7965)
84-
if (ideaVersion.startsWith("225.")) {
85-
bundledPluginList.add("com.google.tools.ij.aiplugin")
86-
}
8783
if (ideaProduct == "android-studio") {
8884
bundledPluginList.add("org.jetbrains.android")
8985
bundledPluginList.add("com.android.tools.idea.smali")

flutter-studio/build.gradle.kts

-4
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ dependencies {
8181
"org.jetbrains.plugins.gradle",
8282
"org.intellij.intelliLang",
8383
"org.intellij.intelliLang")
84-
// TODO(mossman) - this check should be removed when 2025.1 supports the Gemini Code Assist plugin (https://github.com/flutter/flutter-intellij/issues/7965)
85-
if (ideaVersion.startsWith("225.")) {
86-
bundledPluginList.add("com.google.tools.ij.aiplugin")
87-
}
8884
if (ideaProduct == "android-studio") {
8985
bundledPluginList.add("org.jetbrains.android")
9086
bundledPluginList.add("com.android.tools.idea.smali")

0 commit comments

Comments
 (0)