This commit is contained in:
2025-10-26 22:43:30 -04:00
parent 8cf15672d6
commit 1ee497dd99
50 changed files with 1243 additions and 0 deletions

9
settings.gradle Normal file
View File

@@ -0,0 +1,9 @@
plugins {
// Apply the foojay-resolver plugin to allow automatic download of JDKs
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
}
rootProject.name = 'inventorym'
include('App')
include('Api')