-
Notifications
You must be signed in to change notification settings - Fork 318
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
Comments
I started to look at this, but versions of the currently required Kotlin plugin aren't being pulled down.
|
In order to continue to roll to new platform versions, starting with
|
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. |
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. ```
…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
…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
…lugin (2.x) migration This is a followup on flutter#7670
This is follow-up work for flutter#7774 and flutter#7670
This is follow-up work for flutter#7774 and flutter#7670
This is follow-up work for flutter#7774 and flutter#7670
This is follow-up work for flutter#7774 and flutter#7670
This is follow-up work for flutter#7774 and flutter#7670
Closing out as finished, however some cleanup activities will continue in this space. |
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 commandline or from
Tools > Flutter > Flutter Doctor
). It will provide the version of theFlutter framework as well as of the IntelliJ plugin.
The text was updated successfully, but these errors were encountered: