initial commit

This commit is contained in:
Tretzi
2026-05-04 20:30:54 -05:00
commit 7ed43fab5e
24 changed files with 1385 additions and 0 deletions

18
settings.gradle.kts Normal file
View File

@@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "e-SUN"
include(":app")