Skip to main content

Section outline

    • Module 1: Getting Started with Kotlin (1.5 Hours)

      • Syntax, basic types, nullable types, control flow, and tooling setup
    • Module 2: Functions and Lambdas (1.5 Hours)

      • Building a simple arithmetic library using functional programming
    • Module 3: Classes and Objects (3 Hours)

      • Inheritance, data classes, nested classes, and sealed classes