mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 15:48:51 +00:00
Add wizard section
This commit is contained in:
@@ -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 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
|
||||
|
||||
Reference in New Issue
Block a user