Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yasergh opened this issue Sep 28, 2024 · 3 comments
Assignees
Labels
Milestone

Comments

@yasergh
Copy link

yasergh commented Sep 28, 2024

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 jwren self-assigned this Oct 1, 2024
@jwren jwren added this to the M83 milestone Oct 1, 2024
@jwren
Copy link
Member

jwren commented Oct 1, 2024

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 jwren added the P0 label Oct 18, 2024
@jwren jwren changed the title flutter plugin IDE (IntelliJ IDEA 2024.3 EAP) IntelliJ Platform Gradle Plugin (2.x) migration / Flutter plugin IDE (IntelliJ IDEA 2024.3 EAP) Oct 18, 2024
@jwren
Copy link
Member

jwren commented Oct 22, 2024

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

jwren added a commit that referenced this issue Oct 28, 2024
This is part of the Gradle IntelliJ migration,
#7670

Message from the updated plugin:
```
> Task :flutter-idea:verifyPluginProjectConfiguration
[org.jetbrains.intellij.platform] The following plugin configuration issues were found:
- The IntelliJ Platform cache directory should be excluded from the version control system. Add the '.intellijPlatform' entry to the '.gitignore' file.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants