Basics

The first look at Kotlin

  1. Introduction to Kotlin
  2. Kotlin evolution principles
  3. Basic literals
  4. Overview of the basic program

Code style

  1. Comments
  2. Coding style conventions
  3. Naming variables

Standard input and output

  1. Standard output
  2. Standard input
  3. Reading data with a readln
  4. String formatting

Types and data structures

Variables

  1. Values and variables
  2. Val variables
  3. Objects
  4. Equality

Data types

  1. Data types
  2. The classification of basic types
  3. Type conversion