2024-03-30 10:11:39 +00:00
|
|
|
plugins {
|
|
|
|
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
|
|
|
|
}
|
2024-03-30 09:43:31 +00:00
|
|
|
rootProject.name = "ImageTagger-Solution"
|
2024-03-30 11:08:15 +00:00
|
|
|
include "img-ui"
|
2024-03-30 10:11:39 +00:00
|
|
|
include 'img-ai'
|
2024-04-27 12:33:37 +00:00
|
|
|
include 'img-core'
|
2024-03-30 10:11:39 +00:00
|
|
|
|