like variables: it just shows how to use them in Kotlin and can briefly remind you the definitions.
All topics will be accompanied by links to the official Kotlin documentation,
-which you can read later. Some of the topics covered in the course are listed below:
-
-
the entry point for a Kotlin program;
-
variables;
-
functions;
-
loops;
-
ranges;
-
if expressions;
-
multi-row strings and string builder;
-
basic facts about the null safety mechanism;
-
basic facts about collections and lambda expressions.
-
-
After this course, you will be ready to write basic console applications in the Kotlin-like style.
-
-
Before starting this course, check the following requirements:
-
-
Your computer needs to have a stable internet connection.
-
Git version control system needs to be installed on your computer (link to the git site).
-
Make sure that the path to the root folder of the course does not contain spaces, special characters, or non-latin characters.
-
Make sure that you use the EduTools plugin with version at least 2023.3.
-
-
The course is integrated into the Intellij Idea IDE, which has a community free license.
-You may use this license to complete the course. If you have some troubles with the course installation, feel free to contact us by email education@jetbrains.com.
+which you can read later. After this course, you will be ready to write basic console applications in the Kotlin-like style.
"
programming_language: Kotlin
content: