Skip to main content

Section outline

    • Setting up Kotlin in IntelliJ IDE
    • Basics: Constants, Variables, Data Types, Operators, Strings, Control Flow
    • Handling Nullable Types and Nullability
    • Loops and Control Structures
    • Introduction to Functions: Parameters, Return Values, Default and Named Parameters