https://kotlinlang.org logo
#getting-started
Title
# getting-started
l

Levon Stepanyan

10/04/2023, 12:43 PM
Good day I want to test Java 21 in IntelliJ Idea But even when I change SDK version of my project to JDK 21 (I installed it from Java website) I can't use new features How can I solve that?
s

Stephan Schröder

10/04/2023, 1:19 PM
in Project Structure you have to set not only the SKD to 21 but also adjust the Language Level to 21.
l

Levon Stepanyan

10/04/2023, 1:26 PM
I need to choose Experimental?
image.png
k

Klitos Kyriacou

10/04/2023, 1:48 PM
You need IntelliJ Idea 2023.3 to fully support Java 21. That should be available in the near future. In the meantime, you need to use "experimental features" because IJ treats them as features of Java 21 which were experimental in Java 20, the latest supported version. Unless you want to try the 2023.3 EAP release.
l

Levon Stepanyan

10/04/2023, 1:55 PM
Like that?
s

Stephan Schröder

10/04/2023, 2:25 PM
looks good, try it out.
3 Views