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
Kotlin is a modern but already mature programming language designed to make developers happier.
4
8
It's concise, safe, interoperable with Java and other languages, and provides many ways to reuse code between multiple platforms for productive programming.
5
9
@@ -25,19 +29,6 @@ Here you'll learn how to develop a console application and create unit tests wit
25
29
26
30
2.**[Write your first unit test](jvm-test-using-junit.md).**
27
31
28
-
3.**Join the Kotlin community:**
29
-
30
-
*{width=25}{type="joined"} Slack: [get an invite](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up).
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).
40
-
41
32
</tab>
42
33
43
34
<tabid="backend"title="Backend">
@@ -51,20 +42,6 @@ Here you'll learn how to develop a backend application with Kotlin server-side.
51
42
52
43
2.**[Learn how to mix Kotlin and Java code in your application](mixing-java-kotlin-intellij.md).**
53
44
54
-
3.**Join the Kotlin server-side community:**
55
-
56
-
*{width=25}{type="joined"} Slack: [get an invite](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up).
57
-
*{width=25}{type="joined"} StackOverflow: subscribe to the ["kotlin"](https://stackoverflow.com/questions/tagged/kotlin) tag.
*{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
-
*{width=25}{type="joined"} StackOverflow: Subscribe to the ["kotlin-multiplatform" tag](https://stackoverflow.com/questions/tagged/kotlin-multiplatform).
If you encounter any difficulties or problems, report an issue to our [issue tracker](https://youtrack.jetbrains.com/issues/KT).
99
-
100
63
</tab>
101
64
102
65
<tabid="android"title="Android">
103
66
104
67
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).
105
68
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.
107
-
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.
109
-
110
69
</tab>
111
70
112
71
<tabid="data-analysis"title="Data analysis">
@@ -122,21 +81,24 @@ From building data pipelines to productionizing machine learning models, Kotlin
122
81
*[DataFrame](https://kotlin.github.io/dataframe/overview.html) – a library for data analysis and manipulation.
123
82
*[Kandy](https://kotlin.github.io/kandy/welcome.html) – a plotting tool for data visualization.
124
83
125
-
3.**Get the latest updates about Kotlin for Data Analysis:**
126
-
127
-
*{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.
3.**Follow Kotlin for Data Analysis on Twitter:**[KotlinForData](http://twitter.com/KotlinForData).
135
85
136
86
</tab>
137
87
138
88
</tabs>
139
89
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
+
*{width=25}{type="joined"} Slack: [get an invite](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up).
96
+
*{width=25}{type="joined"} StackOverflow: subscribe to the ["kotlin"](https://stackoverflow.com/questions/tagged/kotlin) tag.
97
+
* 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/).
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
+
140
102
## Is anything missing?
141
103
142
104
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