Skip to content

Commit 34f3c87

Browse files
committed
update: add CMP tutorial to KMP tab on get started
1 parent b4b6c58 commit 34f3c87

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

docs/topics/getting-started.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ Here you'll learn how to develop a console application and create unit tests wit
3131
* ![StackOverflow](stackoverflow.svg){width=25}{type="joined"} StackOverflow: subscribe to the ["kotlin"](https://stackoverflow.com/questions/tagged/kotlin) tag.
3232

3333
4. **Follow Kotlin** on:
34-
34+
* ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw)
3535
* ![Twitter](twitter.svg){width=18}{type="joined"} [Twitter](https://twitter.com/kotlin)
3636
* ![Bluesky](bsky.svg){width=18}{type="joined"} [Bluesky](https://bsky.app/profile/kotlinlang.org)
3737
* ![Reddit](reddit.svg){width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/)
38-
* ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw)
3938

4039
If you encounter any difficulties or problems, report an issue in our [issue tracker](https://youtrack.jetbrains.com/issues/KT).
4140

@@ -47,8 +46,8 @@ Here you'll learn how to develop a backend application with Kotlin server-side.
4746

4847
1. **Create your first backend application:**
4948

50-
* [Create a RESTful web service with Spring Boot](jvm-get-started-spring-boot.md).
51-
* [Create HTTP APIs with Ktor](https://ktor.io/docs/creating-http-apis.html).
49+
* [Create a RESTful web service with Spring Boot](jvm-get-started-spring-boot.md)
50+
* [Create HTTP APIs with Ktor](https://ktor.io/docs/creating-http-apis.html)
5251

5352
2. **[Learn how to mix Kotlin and Java code in your application](mixing-java-kotlin-intellij.md).**
5453

@@ -59,10 +58,10 @@ Here you'll learn how to develop a backend application with Kotlin server-side.
5958

6059
4. **Follow Kotlin** on:
6160

61+
* ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw)
6262
* ![Twitter](twitter.svg){width=18}{type="joined"} [Twitter](https://twitter.com/kotlin)
6363
* ![Bluesky](bsky.svg){width=18}{type="joined"} [Bluesky](https://bsky.app/profile/kotlinlang.org)
6464
* ![Reddit](reddit.svg){width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/)
65-
* ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw)
6665

6766
If you encounter any difficulties or problems, report an issue in our [issue tracker](https://youtrack.jetbrains.com/issues/KT).
6867

@@ -76,9 +75,11 @@ Here you'll learn how to develop a cross-platform application using [Kotlin Mult
7675

7776
2. **Create your first application for iOS and Android:**
7877

79-
* [Create a basic cross-platform application from scratch with the project wizard](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-create-first-app.html).
80-
* [Make your existing Android application work on iOS](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-integrate-in-existing-app.html).
81-
* [Create a cross-platform application using Ktor and SQLdelight](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-ktor-sqldelight.html).
78+
* Create a cross-platform application from scratch and:
79+
* [Share business logic while keeping the UI native](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-create-first-app.html)
80+
* [Share business logic and UI](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-create-first-app.html)
81+
* [Make your existing Android application work on iOS](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-integrate-in-existing-app.html)
82+
* [Create a cross-platform application using Ktor and SQLdelight](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-ktor-sqldelight.html)
8283

8384
3. **Explore [sample projects](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-samples.html)**.
8485

@@ -89,10 +90,10 @@ Here you'll learn how to develop a cross-platform application using [Kotlin Mult
8990

9091
5. **Follow Kotlin** on:
9192

93+
* ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw)
9294
* ![Twitter](twitter.svg){width=18}{type="joined"} [Twitter](https://twitter.com/kotlin)
9395
* ![Bluesky](bsky.svg){width=18}{type="joined"} [Bluesky](https://bsky.app/profile/kotlinlang.org)
9496
* ![Reddit](reddit.svg){width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/)
95-
* ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw)
9697

9798
If you encounter any difficulties or problems, report an issue to our [issue tracker](https://youtrack.jetbrains.com/issues/KT).
9899

@@ -104,7 +105,7 @@ To start using Kotlin for Android development, read [Google's recommendation for
104105

105106
Join the Android community on ![Slack](slack.svg){width=25}{type="joined"} Slack: [get an invite](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up) and join the [#android](https://kotlinlang.slack.com/archives/C0B8M7BUY) channel.
106107

107-
Follow Kotlin on ![Twitter](twitter.svg){width=18}{type="joined"} [Twitter](https://twitter.com/kotlin), ![Bluesky](bsky.svg){width=18}{type="joined"} [Bluesky](https://bsky.app/profile/kotlinlang.org), ![Reddit](reddit.svg){width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/), and ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw), and don't miss any important ecosystem updates.
108+
Follow Kotlin on ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw), ![Twitter](twitter.svg){width=18}{type="joined"} [Twitter](https://twitter.com/kotlin), ![Bluesky](bsky.svg){width=18}{type="joined"} [Bluesky](https://bsky.app/profile/kotlinlang.org), and ![Reddit](reddit.svg){width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/), and don't miss any important ecosystem updates.
108109

109110
</tab>
110111

@@ -114,7 +115,7 @@ From building data pipelines to productionizing machine learning models, Kotlin
114115

115116
1. **Create and edit notebooks seamlessly within the IDE:**
116117

117-
* [Get started with Kotlin Notebook](get-started-with-kotlin-notebooks.md).
118+
* [Get started with Kotlin Notebook](get-started-with-kotlin-notebooks.md)
118119

119120
2. **Explore and experiment with your data:**
120121

@@ -127,10 +128,10 @@ From building data pipelines to productionizing machine learning models, Kotlin
127128
* ![Twitter](twitter.svg){width=18}{type="joined"} Twitter: follow [KotlinForData](http://twitter.com/KotlinForData).
128129

129130
4. **Follow Kotlin** on:
131+
* ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw)
130132
* ![Twitter](twitter.svg){width=18}{type="joined"} [Twitter](https://twitter.com/kotlin)
131133
* ![Bluesky](bsky.svg){width=18}{type="joined"} [Bluesky](https://bsky.app/profile/kotlinlang.org)
132134
* ![Reddit](reddit.svg){width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/)
133-
* ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw)
134135

135136
</tab>
136137

0 commit comments

Comments
 (0)