Skip to content

Commit 562099e

Browse files
authored
feat: merging native get started (#4538)
1 parent 3af7565 commit 562099e

11 files changed

+286
-257
lines changed

docs/kr.tree

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,7 @@
204204
</toc-element>
205205
</toc-element>
206206
<toc-element toc-title="Native">
207-
<toc-element accepts-web-file-names="basic-kotlin-native-app.html,kotlin-native-with-clion.html,targeting-multiple-platforms.html" topic="native-get-started.md"/>
208-
<toc-element topic="native-gradle.md"/>
209-
<toc-element topic="native-command-line-compiler.md"/>
207+
<toc-element accepts-web-file-names="basic-kotlin-native-app.html,kotlin-native-with-clion.html,targeting-multiple-platforms.html,native-gradle.html,native-command-line-compiler.html" topic="native-get-started.md"/>
210208
<toc-element topic="native-definition-file.md"/>
211209
<toc-element toc-title="C interop">
212210
<toc-element topic="native-c-interop.md"/>

docs/topics/native/apple-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Kotlin/Native can use the [Gradle](https://gradle.org) build system through the
3636

3737
## Create a Kotlin library
3838

39-
> See the [Get started with Kotlin/Native using Gradle](native-gradle.md) tutorial for detailed first steps
39+
> See the [Get started with Kotlin/Native](native-get-started.md#using-gradle) tutorial for detailed first steps
4040
> and instructions on how to create a new Kotlin/Native project and open it in IntelliJ IDEA.
4141
>
4242
{style="tip"}

docs/topics/native/mapping-function-pointers-from-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ transitive dependencies and run the compiler and tests.
6767
Kotlin/Native can use the [Gradle](https://gradle.org) build system through the [kotlin-multiplatform](gradle-configure-project.md#targeting-multiple-platforms) plugin.
6868
6969
We covered the basics of setting up an IDE compatible project with Gradle in the
70-
[A Basic Kotlin/Native Application](native-gradle.md)
70+
[Get started with Kotlin/Native](native-get-started.md#using-gradle)
7171
tutorial. Please check it out if you are looking for detailed first steps
7272
and instructions on how to start a new Kotlin/Native project and open it in IntelliJ IDEA.
7373
In this tutorial, we'll look at the advanced C interop related usages of Kotlin/Native

docs/topics/native/mapping-primitive-data-types-from-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ transitive dependencies and run the compiler and tests.
100100
Kotlin/Native can use the [Gradle](https://gradle.org) build system through the [kotlin-multiplatform](gradle-configure-project.md#targeting-multiple-platforms) plugin.
101101
102102
We covered the basics of setting up an IDE compatible project with Gradle in the
103-
[A Basic Kotlin/Native Application](native-gradle.md)
103+
[Get started with Kotlin/Native](native-get-started.md#using-gradle)
104104
tutorial. Please check it out if you are looking for detailed first steps
105105
and instructions on how to start a new Kotlin/Native project and open it in IntelliJ IDEA.
106106
In this tutorial, we'll look at the advanced C interop related usages of Kotlin/Native and [multiplatform](gradle-configure-project.md#targeting-multiple-platforms) builds with Gradle.

docs/topics/native/mapping-strings-from-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ transitive dependencies and run the compiler and tests.
9393
Kotlin/Native can use the [Gradle](https://gradle.org) build system through the [kotlin-multiplatform](gradle-configure-project.md#targeting-multiple-platforms) plugin.
9494
9595
We covered the basics of setting up an IDE compatible project with Gradle in the
96-
[A Basic Kotlin/Native Application](native-gradle.md)
96+
[Get started with Kotlin/Native](native-get-started.md#using-gradle)
9797
tutorial. Please check it out if you are looking for detailed first steps
9898
and instructions on how to start a new Kotlin/Native project and open it in IntelliJ IDEA.
9999
In this tutorial, we'll look at the advanced C interop related usages of Kotlin/Native

docs/topics/native/mapping-struct-union-types-from-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ transitive dependencies and run the compiler and tests.
6868
Kotlin/Native can use the [Gradle](https://gradle.org) build system through the [kotlin-multiplatform](gradle-configure-project.md#targeting-multiple-platforms) plugin.
6969
7070
We covered the basics of setting up an IDE compatible project with Gradle in the
71-
[A Basic Kotlin/Native Application](native-gradle.md)
71+
[Get started with Kotlin/Native](native-get-started.md#using-gradle)
7272
tutorial. Please check it out if you are looking for detailed first steps
7373
and instructions on how to start a new Kotlin/Native project and open it in IntelliJ IDEA.
7474
In this tutorial, we'll look at the advanced C interop related usages of Kotlin/Native and [multiplatform](gradle-configure-project.md#targeting-multiple-platforms) builds with Gradle.

docs/topics/native/native-command-line-compiler.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

docs/topics/native/native-dynamic-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ header file, which you use to call the compiled code from C.
3737

3838
Let's create a Kotlin library and use it from a C program.
3939

40-
> See the [Get started with Kotlin/Native using Gradle](native-gradle.md) tutorial for detailed first steps
40+
> See the [Get started with Kotlin/Native](native-get-started.md#using-gradle) tutorial for detailed first steps
4141
> and instructions on how to create a new Kotlin/Native project and open it in IntelliJ IDEA.
4242
>
4343
{style="tip"}

0 commit comments

Comments
 (0)