Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: new project wizard #3696

Merged
merged 1 commit into from
Aug 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/images/get-started/jvm-new-project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/gradle/jvm-new-gradle-project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/multiplatform/multiplatform-project-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/spring-boot/create-spring-boot-project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/tutorials/native/cinterop/native-file-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/wasm/wasm-new-project-intellij.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/topics/native/native-app-with-c-and-libcurl.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ The tutorial is suitable for both IntelliJ IDEA Community Edition and IntelliJ I
1. In IntelliJ IDEA, select **File | New | Project**.
2. In the panel on the left, select **Kotlin Multiplatform | Native Application**.
3. Specify the name and select the folder where you'll save your application.

![New project. Native application in IntelliJ IDEA](native-file-new.png){width=700}

4. Click **Next** and then **Finish**.

IntelliJ IDEA will create a new project with the files and folders you need to get you started. It's important to understand that
Expand Down
4 changes: 2 additions & 2 deletions docs/topics/scripting/custom-script-deps-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Download and install the latest version of [IntelliJ IDEA](https://www.jetbrains
7. Select the Kotlin or Gradle language for the **Gradle DSL**.
8. Click **Create**.

![Create a root project for custom Kotlin scripting](script-deps-create-root-project.png){width=800}
![Create a root project for custom Kotlin scripting](script-deps-create-root-project.png){width=700}

## Add scripting modules

Expand All @@ -88,7 +88,7 @@ Now you have an empty Kotlin/JVM Gradle project. Add the required modules, scrip
6. As a module's parent, select the root module.
7. Click **Create**.

![Create script definition module](script-deps-module-definition.png){width=800}
![Create script definition module](script-deps-module-definition.png){width=700}

8. In the module's `build.gradle(.kts)` file, remove the `version` of the Kotlin Gradle plugin. It is already in the
root project's build script.
Expand Down
Loading