You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/js/js-get-started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Community or Ultimate edition of [IntelliJ IDEA](https://www.jetbrains.com/idea/
21
21
### Set up the environment
22
22
23
23
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).
25
25
26
26
### Create your project
27
27
@@ -434,4 +434,4 @@ IntelliJ IDEA displays the error message in the **Build** pane.
434
434
* Learn how to [debug Kotlin/JS applications](js-debugging.md).
435
435
* Learn how to [write and run tests with Kotlin/JS](js-running-tests.md).
436
436
* 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