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?
- Kotlin development environment settings
- Smart variable management using val and var
- Concise conditional expressions and loops
- Null safety and collection basics