Kotlin 101

Welcome to Kotlin 101! In this course, we will learn the basics of Kotlin, which blends Java’s stability with modern conciseness.

What will you learn?

  1. Kotlin development environment settings
  2. Smart variable management using val and var
  3. Concise conditional expressions and loops
  4. Null safety and collection basics