From 9156bd82818dbabb888568c3c19e21ec6e92ce3b Mon Sep 17 00:00:00 2001 From: drick0230 <61423988+drick0230@users.noreply.github.com> Date: Sat, 1 Jul 2023 11:50:06 -0400 Subject: [PATCH] docs: Add note about unsupported default JDK --- DEVELOPMENT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 8e590f4..f5c42f2 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -17,6 +17,8 @@ If you don't have another preference, the recommendation is to download and inst [Compose Multiplatform IDE Support](https://plugins.jetbrains.com/plugin/16541-compose-multiplatform-ide-support) plugin. +By default, the JDK used by "IntelliJ IDEA Community Edition (2023.1.3)" is "JetBrains Runtime version 21" which is not currently supported by the project. + ## Alternative: Setting up JDK for use on CLI You don't need this if you only use the JDK installed by IntelliJ IDEA.