initial commit

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2026-01-11 15:43:53 +01:00
commit 953a6739c1
Se han modificado 63 ficheros con 4144 adiciones y 0 borrados

6
build.gradle.kts Archivo normal
Ver fichero

@@ -0,0 +1,6 @@
// 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.android) apply false
alias(libs.plugins.kotlin.compose) apply false
}