Initial commit

This commit is contained in:
2026-08-23 15:51:15 -04:00
commit 92c14dfc81
62 changed files with 2685 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
rootProject.name = "dopewars"
include(":shared", ":server", ":desktop")
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
}
}