diff --git a/docs/images/get-started/jvm-new-project.png b/docs/images/get-started/jvm-new-project.png index 1809c3282c2..050f3cac1ab 100644 Binary files a/docs/images/get-started/jvm-new-project.png and b/docs/images/get-started/jvm-new-project.png differ diff --git a/docs/images/gradle/jvm-new-gradle-project.png b/docs/images/gradle/jvm-new-gradle-project.png index e8bb5efce6c..2edcde60f8b 100644 Binary files a/docs/images/gradle/jvm-new-gradle-project.png and b/docs/images/gradle/jvm-new-gradle-project.png differ diff --git a/docs/images/multiplatform/multiplatform-project-1.png b/docs/images/multiplatform/multiplatform-project-1.png index 0cb23e5ffdf..2e4d200319c 100644 Binary files a/docs/images/multiplatform/multiplatform-project-1.png and b/docs/images/multiplatform/multiplatform-project-1.png differ diff --git a/docs/images/spring-boot/create-spring-boot-project.png b/docs/images/spring-boot/create-spring-boot-project.png index 2304df126c7..d12389b11cb 100644 Binary files a/docs/images/spring-boot/create-spring-boot-project.png and b/docs/images/spring-boot/create-spring-boot-project.png differ diff --git a/docs/images/tutorials/native/cinterop/native-file-new.png b/docs/images/tutorials/native/cinterop/native-file-new.png index 14d99814121..caf6ec36068 100644 Binary files a/docs/images/tutorials/native/cinterop/native-file-new.png and b/docs/images/tutorials/native/cinterop/native-file-new.png differ diff --git a/docs/images/tutorials/scripting/custom-script-deps/script-deps-create-root-project.png b/docs/images/tutorials/scripting/custom-script-deps/script-deps-create-root-project.png index 72034fc1e73..3b465fda72d 100644 Binary files a/docs/images/tutorials/scripting/custom-script-deps/script-deps-create-root-project.png and b/docs/images/tutorials/scripting/custom-script-deps/script-deps-create-root-project.png differ diff --git a/docs/images/tutorials/scripting/custom-script-deps/script-deps-module-definition.png b/docs/images/tutorials/scripting/custom-script-deps/script-deps-module-definition.png index 639ca5e0c42..87461e14d52 100644 Binary files a/docs/images/tutorials/scripting/custom-script-deps/script-deps-module-definition.png and b/docs/images/tutorials/scripting/custom-script-deps/script-deps-module-definition.png differ diff --git a/docs/images/wasm/wasm-new-project-intellij.png b/docs/images/wasm/wasm-new-project-intellij.png index 5f06c3bee09..e77dd986cb6 100644 Binary files a/docs/images/wasm/wasm-new-project-intellij.png and b/docs/images/wasm/wasm-new-project-intellij.png differ diff --git a/docs/topics/native/native-app-with-c-and-libcurl.md b/docs/topics/native/native-app-with-c-and-libcurl.md index 82d2d97ecc3..76cc41d6b89 100644 --- a/docs/topics/native/native-app-with-c-and-libcurl.md +++ b/docs/topics/native/native-app-with-c-and-libcurl.md @@ -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 diff --git a/docs/topics/scripting/custom-script-deps-tutorial.md b/docs/topics/scripting/custom-script-deps-tutorial.md index 83a34b10c96..825ee8a9689 100644 --- a/docs/topics/scripting/custom-script-deps-tutorial.md +++ b/docs/topics/scripting/custom-script-deps-tutorial.md @@ -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 @@ -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.