16 lines
262 B
Markdown
16 lines
262 B
Markdown
# 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.
|