This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Android application built with Jetpack Compose and Material Design 3. Single-module Kotlin project targeting API 24-36.
./gradlew build # Full build
./gradlew assembleDebug # Debug APK
./gradlew test # Unit tests
./gradlew connectedAndroidTest # Instrumented tests (requires device/emulator)
./gradlew test --tests "*.ExampleUnitTest" # Run single test class- Single Activity:
MainActivityusessetContent {}with Compose - Theme System:
ui/theme/contains Color, Theme, Type definitions with dynamic color support (Android 12+) - Package:
com.example.remotecompose
- Gradle: Kotlin DSL with version catalog (
gradle/libs.versions.toml) - Compile SDK: 36 | Min SDK: 24 | Target SDK: 36
- Java: VERSION_11
- Compose BOM: 2024.09.00
- AGP: 9.0.1 | Kotlin: 2.0.21