2025-10-26 22:43:30 -04:00
|
|
|
|
|
|
|
|
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'
|
2025-10-28 11:43:15 -04:00
|
|
|
include('Model')
|
2025-12-22 20:58:10 -05:00
|
|
|
include('Ui')
|
|
|
|
|
include('UiView')
|