Skip to content

Commit

Permalink
Update CONTRIBUTING.md to mention installing DevKit (#7913)
Browse files Browse the repository at this point in the history
I was prompted but told it not to install it since I didn't know what it
was and it wasn't mentioned in the docs, this just adds a mention so
people know to accept it :)
  • Loading branch information
jakemac53 authored Jan 31, 2025
1 parent 9b61e81 commit 3be4f76
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,11 @@ The current Java Development Kit version is: **20**.
* `~/idea-IC-231.8109.175` (Linux)
* `X:\path\to\your\IDEA-U\ch-0\231.8109.175` (Windows after installed)
6. Start the IntelliJ IDEA with the `flutter-intellij` project.
If you see a popup with "Gradle build scripts found",
**confirm loading the Gradle project, and wait until syncing is done.**
If you didn't see the popup at the first start, **delete & re-clone the repo** and try again.
- Ignore suggestion for `protobuf-java` plugin, unless you want it.
- If you see a popup with "Gradle build scripts found",
**confirm loading the Gradle project, and wait until syncing is done.**
- If you didn't see the popup at the first start, **delete & re-clone the repo** and try again.
- Install DevKit plugin when prompted (this is required for later steps)
- Ignore suggestion for `protobuf-java` plugin, unless you want it.
7. Prepare other dependencies from the command line:
- `cd path/to/flutter-intellij`
- `dart pub get`
Expand All @@ -100,6 +101,7 @@ The current Java Development Kit version is: **20**.
- Change the name to `IDEA JBR 17` (or any names that your can easily identify).
- Select "Platform Settings > SDKs", click the "+" sign at the top "Add New SDK (Alt+Insert)",
then select "Add IntelliJ Platform Plugin SDK...".
- If you don't see this option, ensure you have the DevKit plugin installed.
- Point it to the directory of the content which is under the IDEA's installation.
- Remember the generated name (probably `IntelliJ IDEA IU-231.8109.175`) or change to name to format like this.
- Change the "Internal Java Platform" to the previous `IDEA JBR 17`.
Expand Down

0 comments on commit 3be4f76

Please sign in to comment.