Obscure configuration logic by using a buildSrc plugin

This commit is contained in:
Edwin Jakobs
2024-03-14 10:45:51 +01:00
parent a83e888dc3
commit 3350274efb
7 changed files with 377 additions and 351 deletions

View File

@@ -0,0 +1,7 @@
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
}
}