SunZones/AGENTS.md
2026-02-04 13:49:10 +01:00

412 B

AGENTS

Overview

  • Android app built with Kotlin + Jetpack Compose.

Build

Requires Java 17 and Android SDK.

export JAVA_HOME="/opt/homebrew/Cellar/openjdk@17/17.0.18/libexec/openjdk.jdk/Contents/Home"
./gradlew assembleDebug

Run

TODO: Add local run/install instructions (e.g., installDebug, emulator/device setup) once confirmed.

Test

TODO: Add test/lint commands once confirmed.