From 3be4f764b55518375ab2e66c853841bf3a477de1 Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Fri, 31 Jan 2025 14:09:46 -0800 Subject: [PATCH] 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 :) --- CONTRIBUTING.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index daec619e2..e1fa97078 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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` @@ -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`.