Skip to content

Commit 3be4f76

Browse files
authored
Update CONTRIBUTING.md to mention installing DevKit (#7913)
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 :)
1 parent 9b61e81 commit 3be4f76

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,11 @@ The current Java Development Kit version is: **20**.
8484
* `~/idea-IC-231.8109.175` (Linux)
8585
* `X:\path\to\your\IDEA-U\ch-0\231.8109.175` (Windows after installed)
8686
6. Start the IntelliJ IDEA with the `flutter-intellij` project.
87-
If you see a popup with "Gradle build scripts found",
88-
**confirm loading the Gradle project, and wait until syncing is done.**
89-
If you didn't see the popup at the first start, **delete & re-clone the repo** and try again.
90-
- Ignore suggestion for `protobuf-java` plugin, unless you want it.
87+
- If you see a popup with "Gradle build scripts found",
88+
**confirm loading the Gradle project, and wait until syncing is done.**
89+
- If you didn't see the popup at the first start, **delete & re-clone the repo** and try again.
90+
- Install DevKit plugin when prompted (this is required for later steps)
91+
- Ignore suggestion for `protobuf-java` plugin, unless you want it.
9192
7. Prepare other dependencies from the command line:
9293
- `cd path/to/flutter-intellij`
9394
- `dart pub get`
@@ -100,6 +101,7 @@ The current Java Development Kit version is: **20**.
100101
- Change the name to `IDEA JBR 17` (or any names that your can easily identify).
101102
- Select "Platform Settings > SDKs", click the "+" sign at the top "Add New SDK (Alt+Insert)",
102103
then select "Add IntelliJ Platform Plugin SDK...".
104+
- If you don't see this option, ensure you have the DevKit plugin installed.
103105
- Point it to the directory of the content which is under the IDEA's installation.
104106
- Remember the generated name (probably `IntelliJ IDEA IU-231.8109.175`) or change to name to format like this.
105107
- Change the "Internal Java Platform" to the previous `IDEA JBR 17`.

0 commit comments

Comments
 (0)