Level 1 · Entry Foundations¶
Goal: get comfortable reading and writing Kotlin, understand its core building blocks, and ship a small working program.
Modules¶
- Setup & First Program
- Variables & Types
- Control Flow
- Functions
- Classes & Objects Basics
- Null Safety Basics
- Collections
- Data Classes
- Extension Functions Intro
- Project — CLI To-Do App
By the end of this level you'll be able to write programs that take input, make decisions, store and process data, work safely with nullable values, and organize code into classes, data classes, and extension functions — the idioms that make Kotlin feel different from Java from day one.