Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

9 lines
179 B
Kotlin

rootProject.name = "ani"
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
}
}