This document summarizes Session 2 of Compose Camp which provided an introduction to Kotlin and Jetpack Compose. It began with an overview of basic Kotlin data types like String, Int, Double, and Boolean. It then covered defining variables with val and var keywords and initializing their values. The document showed examples of control flows like if/else statements, for loops, while loops, and functions. It demonstrated working with collections like lists, arrays, and maps. Finally, it previewed upcoming sessions and shared additional resources for learning Compose.