mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-15 11:20:32 +01:00
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
|
dependencyResolutionManagement {
|
||
|
defaultLibrariesExtensionName = "projectLibs"
|
||
|
versionCatalogs {
|
||
|
create("libs") {
|
||
|
from(files("./libs.versions.toml"))
|
||
|
}
|
||
|
create("anotherLibs") {
|
||
|
from(files("$rootDir/libs.versions.toml"))
|
||
|
}
|
||
|
}
|
||
|
}
|