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/getting-started.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,10 @@ Here you'll learn how to develop a console application and create unit tests wit
31
31
*{width=25}{type="joined"} StackOverflow: subscribe to the ["kotlin"](https://stackoverflow.com/questions/tagged/kotlin) tag.
If you encounter any difficulties or problems, report an issue in our [issue tracker](https://youtrack.jetbrains.com/issues/KT).
68
67
@@ -76,9 +75,11 @@ Here you'll learn how to develop a cross-platform application using [Kotlin Mult
76
75
77
76
2.**Create your first application for iOS and Android:**
78
77
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)
If you encounter any difficulties or problems, report an issue to our [issue tracker](https://youtrack.jetbrains.com/issues/KT).
98
99
@@ -104,7 +105,7 @@ To start using Kotlin for Android development, read [Google's recommendation for
104
105
105
106
Join the Android community on {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.
106
107
107
-
Follow Kotlin on {width=18}{type="joined"} [Twitter](https://twitter.com/kotlin), {width=18}{type="joined"} [Bluesky](https://bsky.app/profile/kotlinlang.org), {width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/), and {width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw), and don't miss any important ecosystem updates.
108
+
Follow Kotlin on {width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw), {width=18}{type="joined"} [Twitter](https://twitter.com/kotlin), {width=18}{type="joined"} [Bluesky](https://bsky.app/profile/kotlinlang.org), and {width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/), and don't miss any important ecosystem updates.
108
109
109
110
</tab>
110
111
@@ -114,7 +115,7 @@ From building data pipelines to productionizing machine learning models, Kotlin
114
115
115
116
1.**Create and edit notebooks seamlessly within the IDE:**
116
117
117
-
*[Get started with Kotlin Notebook](get-started-with-kotlin-notebooks.md).
118
+
*[Get started with Kotlin Notebook](get-started-with-kotlin-notebooks.md)
118
119
119
120
2.**Explore and experiment with your data:**
120
121
@@ -127,10 +128,10 @@ From building data pipelines to productionizing machine learning models, Kotlin
0 commit comments