2024-05-03 16:10:46 +00:00
|
|
|
plugins {
|
|
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
|
|
|
|
}
|
2024-11-16 17:27:51 +00:00
|
|
|
rootProject.name = "ImageTagger"
|
2024-05-03 16:10:46 +00:00
|
|
|
include("img-ui")
|
|
|
|
include("img-ai")
|
|
|
|
include("img-core")
|
|
|
|
|