Files
inventorym/settings.gradle
Sherwin Price 491e64612f add ui view
2025-12-22 20:58:10 -05:00

12 lines
260 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('Api')
include('Ui')
include('UiView')