feat: scaffold weather_local via init_kotlin_app

This commit is contained in:
2026-05-10 15:46:31 +02:00
commit 55aa1d5b82
15 changed files with 555 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# weather_local
Local weather + POIs explorer (mock data, design system showcase)
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/weather_local
```