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

Closed
yasergh opened this issue Sep 28, 2024 · 4 comments
Assignees
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.
```
jwren added a commit to jwren/flutter-intellij that referenced this issue Nov 10, 2024
…sion 2.1.0

This change adds support for building against IntelliJ Community 2024.3 EAP

This resolves flutter#7670

The optional dependency to add the Flutter coverage runner has been removed for the time being

The variables, names and ordering between the runner.dart, product-matrix.json, gradle.properties and the build.gradle.kts files has been simplified with documentation, albeit with some TODOs.

The verifier with this version, 2.1.0 does not yet work with the JxBrowser, com.teamdev dependencies
jwren added a commit that referenced this issue Nov 11, 2024
…sion 2.1.0 (#7774)

See
https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html

This change adds support for building against IntelliJ Community 2024.3
EAP

This resolves #7670

The optional dependency to add the Flutter coverage runner has been
removed for the time being

The variables, names and ordering between the runner.dart,
product-matrix.json, gradle.properties and the build.gradle.kts files
has been simplified with documentation, albeit with some TODOs.

The verifier with this version, 2.1.0 does not yet work with the
JxBrowser, com.teamdev dependencies
jwren added a commit to jwren/flutter-intellij that referenced this issue Nov 12, 2024
jwren added a commit that referenced this issue Nov 12, 2024
jwren added a commit to jwren/flutter-intellij that referenced this issue Nov 13, 2024
jwren added a commit to jwren/flutter-intellij that referenced this issue Nov 13, 2024
jwren added a commit to jwren/flutter-intellij that referenced this issue Nov 14, 2024
jwren added a commit to jwren/flutter-intellij that referenced this issue Nov 14, 2024
jwren added a commit to jwren/flutter-intellij that referenced this issue Nov 15, 2024
jwren added a commit that referenced this issue Nov 15, 2024
@jwren
Copy link
Member

jwren commented Nov 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants