flutter / flutter-intellij

Flutter Plugin for IntelliJ
https://flutter.dev/using-ide
BSD 3-Clause "New" or "Revised" License
1.95k stars 311 forks source link

Change Gradle files to be able to build for Community and Ultimate, but not Android Studio #7345

Closed jwren closed 3 weeks ago

jwren commented 1 month ago

With this version of the Flutter Plugin for IJ, 78.5.1, https://plugins.jetbrains.com/plugin/9212-flutter/edit/versions/stable/515514, the supported IDE was indicated in the Gradle Kotlin files as IC:

From MANIFEST.MF files: Build-SDK: IC-LATEST-EAP-SNAPSHOT

However, under "Supported Products", "Android Studio — Koala | 2024.1.1 Canary 3" is listed.

Question/bug: Is it possible to change the Gradle files to not have Android Studio as a supported product for AS EAP versions?

jwren commented 1 month ago

Opened this issue here as well: https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/1589

jwren commented 1 month ago

Information on <incompatible-with>:

If you need to upload a new update that would be compatible with IntelliJ IDEA but not with Android Studio, you can adjust the dependencies of the plugin update and set for the com.intellij.modules.androidstudio module: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html#declaring-incompatibility-with-module.

jwren commented 3 weeks ago

Closing this issue, for the time being the plan is to continue to push rolls for Koala.