ImageTagger/settings.gradle.kts

9 lines
177 B
Text
Raw Normal View History

plugins {
2024-11-17 15:22:57 +00:00
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
rootProject.name = "ImageTagger"
include("img-ui")
include("img-ai")
include("img-core")