Merge pull request #145 from drick0230/issue-144

Documentations/issue 144 Add note about unsupported default JDK
This commit is contained in:
Abdelilah El Aissaoui 2023-07-02 10:26:42 +02:00 committed by GitHub
commit fcc0ef63bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.