Skip to content

Commit e15979d

Browse files
authored
fix: simplify setup instructions (#5412)
1 parent a93e0f7 commit e15979d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/topics/js/js-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Community or Ultimate edition of [IntelliJ IDEA](https://www.jetbrains.com/idea/
2121
### Set up the environment
2222

2323
1. Download and install the latest version of [IntelliJ IDEA](https://www.jetbrains.com/idea/).
24-
2. [Set up your environment for Kotlin Multiplatform development](https://kotlinlang.org/docs/multiplatform/quickstart.html#set-up-the-environment).
24+
2. Install the [Kotlin Multiplatform IDE plugin](https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform) (not to be confused with the Kotlin Multiplatform Gradle plugin).
2525

2626
### Create your project
2727

@@ -434,4 +434,4 @@ IntelliJ IDEA displays the error message in the **Build** pane.
434434
* Learn how to [debug Kotlin/JS applications](js-debugging.md).
435435
* Learn how to [write and run tests with Kotlin/JS](js-running-tests.md).
436436
* Learn how to [write Gradle build scripts for real-life Kotlin/JS projects](https://kotlinlang.org/docs/multiplatform/multiplatform-dsl-reference.html).
437-
* Read more about the [Gradle build system](gradle.md).
437+
* Read more about the [Gradle build system](gradle.md).

0 commit comments

Comments
 (0)