Skip to content

Commit 035627b

Browse files
authored
Update JDK instructions in MULTIPLATFORM.md (JetBrains#3006)
Was still pointing to JDK 17, but the project requires 21 now. This aligns with reality and README. ## Release Notes N/A
1 parent 310bfb3 commit 035627b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MULTIPLATFORM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## General requirements
22

3-
- Java 17 (should be specified in JAVA_HOME)
3+
- Java 21 (should be specified in JAVA_HOME and in the IDE)
44
- Android SDK downloaded from Android Studio and specified in `ANDROID_SDK_ROOT`
55
- *(on Windows)* Git "symlinks" is enabled. Call `git config --global core.symlinks true` to set it globally. `core.symlinks` requires running git commands with admin priviligies, or with [Developer mode enabled](https://learn.microsoft.com/en-us/windows/advanced-settings/developer-mode)
66

0 commit comments

Comments
 (0)