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/jvm/jvm-get-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,6 @@ Congratulations! You have just run your first Kotlin application.
108
108
109
109
Once you've created this application, you can start to dive deeper into Kotlin syntax:
110
110
111
-
* Add sample code from [Kotlin examples](https://play.kotlinlang.org/byExample/overview)
111
+
* Take the [Kotlin tour](kotlin-tour-welcome.md)
112
112
* Install the [JetBrains Academy plugin](https://plugins.jetbrains.com/plugin/10081-jetbrains-academy) for IDEA and complete
113
113
exercises from the [Kotlin Koans course](https://plugins.jetbrains.com/plugin/10081-jetbrains-academy/docs/learner-start-guide.html?section=Kotlin%20Koans)
Copy file name to clipboardExpand all lines: docs/topics/learning-materials-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
You can use the following materials and resources for learning Kotlin:
4
4
*[Basic syntax](basic-syntax.md) – get a quick overview of the Kotlin syntax.
5
+
*[Kotlin tour](kotlin-tour-welcome.md) – learn the fundamentals of the Kotlin programming language.
5
6
*[Idioms](idioms.md) – learn how to write idiomatic Kotlin code for popular cases.
6
7
*[Java to Kotlin migration guide: Strings](java-to-kotlin-idioms-strings.md) – learn how to perform typical tasks with strings in Java and Kotlin.
7
8
*[Java to Kotlin migration guide: Collections](java-to-kotlin-collections-guide.md) — learn how to perform typical tasks with collections in Java and Kotlin.
8
9
*[Java to Kotlin migration guide: Nullability](java-to-kotlin-nullability-guide.md) — learn how to handle nullability in Java and Kotlin.
9
10
*[Kotlin Koans](koans.md) – complete exercises to learn the Kotlin syntax. Each exercise is created as a failing unit test and your job is to make it pass. Recommended for developers with Java experience.
10
-
*[Kotlin by example](https://play.kotlinlang.org/byExample/overview) – review a set of small and simple annotated examples for the Kotlin syntax.
11
11
*[Kotlin Core track](https://hyperskill.org/tracks?category=4&utm_source=jbkotlin_hs&utm_medium=referral&utm_campaign=kotlinlang-docs&utm_content=button_1&utm_term=22.03.23) by JetBrains Academy – learn all the Kotlin essentials while creating working applications step by step.
12
12
*[Kotlin books](books.md) – find books we've reviewed and recommend for learning Kotlin.
13
13
*[Kotlin tips](kotlin-tips.md) – watch short videos where the Kotlin team shows you how to use Kotlin in a more efficient and idiomatic way, so you can have more fun when writing code.
0 commit comments