Files
inventorym/settings.gradle
2026-01-08 16:08:52 -05:00

11 lines
245 B
Groovy

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('Model')
include('Ui')
include('UiView')