From f5d14e54fba045462df0fe1e7ced92d0b008bee3 Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Mon, 30 Nov 2020 11:07:57 +0300 Subject: [PATCH] Add wizard section --- tutorials/Getting_Started/README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/tutorials/Getting_Started/README.md b/tutorials/Getting_Started/README.md index 64835270ff..750a47a004 100644 --- a/tutorials/Getting_Started/README.md +++ b/tutorials/Getting_Started/README.md @@ -16,7 +16,23 @@ The following software has to be preinstalled: ## Creating a new project -Kotlin plugin in IDEA has Compose new project wizard, but it is possible to create project manually. +### New project wizard + +Kotlin support in IDEA IDE starting with the version 2020.3 comes with the new project wizard +capable to create a Compose application automatically. + +Note that JDK must be at least JDK 11, and to use the native distribution +packaging JDK 14 or later must be used. + +![Create new project 1](screen3.png) + +![Create new project 2](screen4.png) + +![Create new project 3](screen5.png) + +### Create new Compose project without the wizard + +It is also possible to create Compose project manually. The recommended way of building Compose for Desktop projects is by using Gradle. JetBrains provides a simple way of building Compose for Desktop projects