unos/settings.gradle.kts

6 lines
151 B
Plaintext
Raw Normal View History

2024-03-07 11:12:52 +00:00
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
}
rootProject.name = "unos"
include("illust-crud","illust-front")