Initial commit

This commit is contained in:
Thomas Andres Gomez 2025-10-21 11:26:53 +02:00
commit f663b00e3e
48 changed files with 1960 additions and 0 deletions

8
build.gradle.kts Normal file
View file

@ -0,0 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.13.0" apply false
id("org.jetbrains.kotlin.android") version "2.2.20" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.2.20" apply false
id("com.google.devtools.ksp") version "2.2.20-2.0.3" apply false
id("com.google.dagger.hilt.android") version "2.57.2" apply false
}