This commit is contained in:
2026-04-09 14:55:37 +02:00
parent 8be455ba98
commit 4a85efc270
30 changed files with 4895 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
# Android App
Native Jetpack Compose client scaffold for the Hermes study app.
Planned structure:
- `app/`
- `core/`
- `data/`
- `domain/`
- `feature/`
- `benchmark/`
- `androidTest/`
This directory is reserved for the phase 6 native Android implementation.