refactor: Rework buildSrc

Co-authored-by: AntsyLich <59261191+antsylich@users.noreply.github.com>
This commit is contained in:
Ahmad Ansori Palembani 2024-12-25 08:46:48 +07:00
parent b201e410a3
commit c09c4045e2
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
19 changed files with 218 additions and 86 deletions

View file

@ -1 +1,18 @@
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
create("androidx") {
from(files("../gradle/androidx.versions.toml"))
}
create("compose") {
from(files("../gradle/compose.versions.toml"))
}
create("kotlinx") {
from(files("../gradle/kotlinx.versions.toml"))
}
}
}
rootProject.name = "yokai-buildSrc"