initial commit

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2026-02-19 04:27:22 +01:00
commit 1a50f6147f
Se han modificado 57 ficheros con 3902 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
}