Initial MVP

This commit is contained in:
2026-07-27 00:16:46 -04:00
commit 5930630b2e
44 changed files with 4381 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
// Top-level build file. Plugins are declared here (but not applied) so their
// versions are shared across all modules; each module opts in via `alias(...)`.
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.kotlin.compose) apply false
}