flutter / flutter-intellij

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

IntelliJ Platform Gradle Plugin (2.x) migration / Flutter plugin IDE (IntelliJ IDEA 2024.3 EAP) #7670

Closed yasergh closed 6 days ago

yasergh commented 1 month ago

Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at github.com/flutter/flutter.

Steps to Reproduce

Please tell us what you were doing and what went wrong

Version info

Please paste the output of running flutter doctor -v here (available from the command line or from Tools > Flutter > Flutter Doctor). It will provide the version of the Flutter framework as well as of the IntelliJ plugin.

jwren commented 1 month ago

I started to look at this, but versions of the currently required Kotlin plugin aren't being pulled down.

{
      "channel": "stable",
      "comments": "IntelliJ 2024.3",
      "name": "2024.3",
      "version": "2024.3",
      "isUnitTestTarget": "false",
      "ideaProduct": "idea",
      "ideaVersion": "243-EAP-SNAPSHOT",
      "baseVersion": "243.16718.32",
      "androidPluginVersion": "243.16718.32",
      "dartPluginVersion": "243.16718.30",
      "sinceBuild": "243.16718.30",
      "untilBuild": "243.*"
    }

Cannot find builtin plugin 'Kotlin' for IDE: /Users/jwren/.gradle/caches/modules-2/files-2.1/...

jwren commented 1 month ago

In order to continue to roll to new platform versions, starting with 2024.3, a migration to IntelliJ Platform Gradle Plugin (2.x) migration is required:

jwren commented 1 month ago

Currently blocked by not being able to add dependencies into the Flutter IJ plugin, see issue opened here on the Gradle IJ project team: https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/1810.

jwren commented 6 days ago

Closing out as finished, however some cleanup activities will continue in this space.