first generator files

This commit is contained in:
2026-07-03 16:14:42 -04:00
parent c2321c1f74
commit a5768ce50c
49 changed files with 1176 additions and 0 deletions

View File

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