8 lines
177 B
Text
8 lines
177 B
Text
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
|
}
|
|
rootProject.name = "ImageTagger"
|
|
include("img-ui")
|
|
include("img-ai")
|
|
include("img-core")
|
|
|