Skip to content

Commit dd1369c

Browse files
committed
update: update getting started page
1 parent 849a14e commit dd1369c

File tree

1 file changed

+17
-55
lines changed

1 file changed

+17
-55
lines changed

docs/topics/getting-started.md

Lines changed: 17 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[//]: # (title: Get started with Kotlin)
22

3+
<tldr>
4+
<p>Latest Kotlin release:<b> <a href="%kotlinLatestWhatsnew%">%kotlinVersion%</a></b></p>
5+
</tldr>
6+
37
Kotlin is a modern but already mature programming language designed to make developers happier.
48
It's concise, safe, interoperable with Java and other languages, and provides many ways to reuse code between multiple platforms for productive programming.
59

@@ -25,19 +29,6 @@ Here you'll learn how to develop a console application and create unit tests wit
2529

2630
2. **[Write your first unit test](jvm-test-using-junit.md).**
2731

28-
3. **Join the Kotlin community:**
29-
30-
* ![Slack](slack.svg){width=25}{type="joined"} Slack: [get an invite](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up).
31-
* ![StackOverflow](stackoverflow.svg){width=25}{type="joined"} StackOverflow: subscribe to the ["kotlin"](https://stackoverflow.com/questions/tagged/kotlin) tag.
32-
33-
4. **Follow Kotlin** on:
34-
* ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw)
35-
* ![Twitter](twitter.svg){width=18}{type="joined"} [Twitter](https://twitter.com/kotlin)
36-
* ![Bluesky](bsky.svg){width=18}{type="joined"} [Bluesky](https://bsky.app/profile/kotlinlang.org)
37-
* ![Reddit](reddit.svg){width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/)
38-
39-
If you encounter any difficulties or problems, report an issue in our [issue tracker](https://youtrack.jetbrains.com/issues/KT).
40-
4132
</tab>
4233

4334
<tab id="backend" title="Backend">
@@ -51,20 +42,6 @@ Here you'll learn how to develop a backend application with Kotlin server-side.
5142

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

54-
3. **Join the Kotlin server-side community:**
55-
56-
* ![Slack](slack.svg){width=25}{type="joined"} Slack: [get an invite](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up).
57-
* ![StackOverflow](stackoverflow.svg){width=25}{type="joined"} StackOverflow: subscribe to the ["kotlin"](https://stackoverflow.com/questions/tagged/kotlin) tag.
58-
59-
4. **Follow Kotlin** on:
60-
61-
* ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw)
62-
* ![Twitter](twitter.svg){width=18}{type="joined"} [Twitter](https://twitter.com/kotlin)
63-
* ![Bluesky](bsky.svg){width=18}{type="joined"} [Bluesky](https://bsky.app/profile/kotlinlang.org)
64-
* ![Reddit](reddit.svg){width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/)
65-
66-
If you encounter any difficulties or problems, report an issue in our [issue tracker](https://youtrack.jetbrains.com/issues/KT).
67-
6845
</tab>
6946

7047
<tab id="cross-platform-mobile" title="Cross-platform">
@@ -83,30 +60,12 @@ Here you'll learn how to develop a cross-platform application using [Kotlin Mult
8360

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

86-
4. **Join the Kotlin Multiplatform community:**
87-
88-
* ![Slack](slack.svg){width=25}{type="joined"} Slack: [get an invite](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up) and join the [#getting-started](https://kotlinlang.slack.com/archives/C0B8MA7FA) and [#multiplatform](https://kotlinlang.slack.com/archives/C3PQML5NU) channels.
89-
* ![StackOverflow](stackoverflow.svg){width=25}{type="joined"} StackOverflow: Subscribe to the ["kotlin-multiplatform" tag](https://stackoverflow.com/questions/tagged/kotlin-multiplatform).
90-
91-
5. **Follow Kotlin** on:
92-
93-
* ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw)
94-
* ![Twitter](twitter.svg){width=18}{type="joined"} [Twitter](https://twitter.com/kotlin)
95-
* ![Bluesky](bsky.svg){width=18}{type="joined"} [Bluesky](https://bsky.app/profile/kotlinlang.org)
96-
* ![Reddit](reddit.svg){width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/)
97-
98-
If you encounter any difficulties or problems, report an issue to our [issue tracker](https://youtrack.jetbrains.com/issues/KT).
99-
10063
</tab>
10164

10265
<tab id="android" title="Android">
10366

10467
To start using Kotlin for Android development, read [Google's recommendation for getting started with Kotlin on Android](https://developer.android.com/kotlin/get-started).
10568

106-
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.
107-
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.
109-
11069
</tab>
11170

11271
<tab id="data-analysis" title="Data analysis">
@@ -122,21 +81,24 @@ From building data pipelines to productionizing machine learning models, Kotlin
12281
* [DataFrame](https://kotlin.github.io/dataframe/overview.html) – a library for data analysis and manipulation.
12382
* [Kandy](https://kotlin.github.io/kandy/welcome.html) – a plotting tool for data visualization.
12483

125-
3. **Get the latest updates about Kotlin for Data Analysis:**
126-
127-
* ![Slack](slack.svg){width=25}{type="joined"} Slack: [get an invite](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up) and join the [#datascience](https://kotlinlang.slack.com/archives/C4W52CFEZ) channel.
128-
* ![Twitter](twitter.svg){width=18}{type="joined"} Twitter: follow [KotlinForData](http://twitter.com/KotlinForData).
129-
130-
4. **Follow Kotlin** on:
131-
* ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw)
132-
* ![Twitter](twitter.svg){width=18}{type="joined"} [Twitter](https://twitter.com/kotlin)
133-
* ![Bluesky](bsky.svg){width=18}{type="joined"} [Bluesky](https://bsky.app/profile/kotlinlang.org)
134-
* ![Reddit](reddit.svg){width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/)
84+
3. **Follow Kotlin for Data Analysis on Twitter:** [KotlinForData](http://twitter.com/KotlinForData).
13585

13686
</tab>
13787

13888
</tabs>
13989

90+
## Join the Kotlin community
91+
92+
Stay in the loop with the latest updates across the Kotlin ecosystem and share your experience.
93+
94+
* Join us on:
95+
* ![Slack](slack.svg){width=25}{type="joined"} Slack: [get an invite](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up).
96+
* ![StackOverflow](stackoverflow.svg){width=25}{type="joined"} StackOverflow: subscribe to the ["kotlin"](https://stackoverflow.com/questions/tagged/kotlin) tag.
97+
* 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/).
98+
* Subscribe to [Kotlin news](https://info.jetbrains.com/kotlin-communication-center.html).
99+
100+
If you encounter any difficulties or problems, report an issue in our [issue tracker](https://youtrack.jetbrains.com/issues/KT).
101+
140102
## Is anything missing?
141103

142104
If anything is missing or seems confusing on this page, please [share your feedback](https://surveys.hotjar.com/d82e82b0-00d9-44a7-b793-0611bf6189df).

0 commit comments

Comments
 (0)