initial commit

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2026-03-01 14:08:01 +01:00
commit c0441bff4b
Se han modificado 60 ficheros con 2794 adiciones y 0 borrados

5
build.gradle.kts Archivo normal
Ver fichero

@@ -0,0 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.compose) apply false
}