Skip to content

Commit 5a0088f

Browse files
authored
feat: macos development note in kotlin/native (#4287)
1 parent 767a1d9 commit 5a0088f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
This tutorial demonstrates how to use IntelliJ IDEA for creating a Kotlin/Native application.
44

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).
11+
>
12+
{type="note"}
613

714
## Before you start
815

0 commit comments

Comments
 (0)