feat: scaffold counter_kt via init_kotlin_app

This commit is contained in:
2026-05-10 15:08:15 +02:00
commit 0b9e33da78
14 changed files with 315 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# counter_kt
Counter demo: validates FnTheme + Material3 + state + tests
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/counter_kt
```