This commit is contained in:
2025-10-27 16:28:03 +10:30
commit 15431b69b3
19 changed files with 771 additions and 0 deletions

15
settings.gradle Normal file
View File

@@ -0,0 +1,15 @@
pluginManagement {
repositories {
maven{ url 'https://mvnrepository.com/'}
gradlePluginPortal()
// If you have other custom repositories, add them here
}
}
rootProject.name = 'demo'
include 'db'