Skip to content

Commit

Permalink
Remove a modification for the idea 2023.2 version of the platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jwren committed Oct 16, 2024
1 parent e7f4db3 commit 4d7f736
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions flutter-studio/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,12 @@ intellij {

// If 2023.3+ and IDEA (not AS), then "org.jetbrains.android:$androidVersion", otherwise "org.jetbrains.android",
// see https://github.com/flutter/flutter-intellij/issues/7145
if(ide == "android-studio") {
if (ide == "android-studio") {
pluginList.add("org.jetbrains.android")
} else if (ide == "ideaIC") {
pluginList.add("org.jetbrains.android:$androidVersion")
}

if (ideVersion != "2023.2") {
pluginList.add(smaliPlugin)
}
pluginList.add(langPlugin)
plugins.set(pluginList)
if (ide == "android-studio") {
Expand Down

0 comments on commit 4d7f736

Please sign in to comment.