Initial commit

This commit is contained in:
2026-07-26 21:34:07 -06:00
commit c48c25769a
95 changed files with 14260 additions and 0 deletions

16
settings.gradle.kts Normal file
View File

@@ -0,0 +1,16 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Docmost"
include(":app")