Code written while taking the Udemy course Kotlin for Java Developers.
- ☑️ Introduction to the Course
- ☑️ Introduction to Kotlin
- ☑️ Basic Differences Between Kotlin and Java (challenge #1)
- ☑️ Data Types and Null Reference Handling (challenge #2)
- ☑️ OO and Kotlin: Classes, Functions, Inheritance (challenge #3)
- ☑️ Loops, and the If, When, and Try/Catch Expressions (challenge #4)
- ☑️ Lambda Expressions, Collections and Generics (challenge #5)
- ☑️ File I/O
- ☑️ Java Interoperability (challenge #6)
- ☑️ Course Wrap Up
- ☑️ Extra Information - Source code, and other stuff