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/native/native-get-started.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,14 @@
2
2
3
3
This tutorial demonstrates how to use IntelliJ IDEA for creating a Kotlin/Native application.
4
4
5
-
To get started, install the latest version of [IntelliJ IDEA](https://www.jetbrains.com/idea/download/index.html). The tutorial is applicable to both IntelliJ IDEA Community Edition and the Ultimate Edition.
5
+
To get started, install the latest version of [IntelliJ IDEA](https://www.jetbrains.com/idea/download/index.html).
6
+
The tutorial is applicable to both IntelliJ IDEA Community Edition and the Ultimate Edition.
7
+
8
+
> If you have a Mac with macOS and want to create and run iOS or desktop applications, you also need to
9
+
> [install Xcode Command Line Tools](https://developer.apple.com/download/). For more information,
10
+
> see [Set up an environment](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-setup.html).
0 commit comments