9 lines
488 B
Markdown
9 lines
488 B
Markdown
# Phase 0 Test Results
|
|
|
|
## 2026-07-09
|
|
|
|
- `make validate-structure`: passed.
|
|
- `gradle wrapper --gradle-version 8.10.2 --distribution-type bin`: passed after adding Kotlin Compose compiler plugin.
|
|
- `gradle --no-daemon :app:assembleDebug`: Android resources, KSP, and Kotlin compilation passed; final Java compile/JDK image step is blocked locally by Java 26 `jlink` incompatibility. CI uses JDK 17.
|
|
- Gitea workflow added for automatic debug APK builds with JDK 17 and Android SDK setup.
|