the signals and their derived score are provisional and subject to change.
validate manually before sharing.
3b4a785f3ba35b5120eefb30f8a1d63d799844b80c397c76143f3010219fe56206ae75a9075c8216Authored: 1 year ago (Sat, 26 Jul 2025 03:22:34 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>AGENTS.mdTool: agents-md# Repository Guidelines
## Project Structure & Module Organization
Next Player is a Kotlin/Jetpack Compose multi-module Android app. `app/` owns application entry points and top-level navigation. Reusable layers live under `core/`; user-facing areas are split across `feature/player`, `feature/videopicker`, `feature/settings`, and `feature/network`.
Kotlin sources are under each module's `src/main/java/`; resources are in `src/main/res/`. Place JVM and Robolectric tests in `src/test/`, and device tests in.junieFile: .gitignoreTool: junie