feat: scaffold hello_android via init_kotlin_app

This commit is contained in:
2026-06-03 23:31:34 +02:00
commit 03463421e8
15 changed files with 555 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# hello_android
Primera app Android Kotlin Compose de prueba del registry
Generado con `init_kotlin_app` del registry fn_registry.
## Requisitos
- Android SDK 34
- JDK 17
- Gradle 8.6 (via wrapper)
- `kotlin/functions/ui` modulo del registry (composite build)
## Build rapido
```bash
fn run gradle_assemble_debug_bash_infra apps/hello_android
```