mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-05 06:19:59 +01:00
7 lines
153 B
Groovy
7 lines
153 B
Groovy
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("libs") {
|
|
from(files("../gradle/libs.versions.toml"))
|
|
}
|
|
}
|
|
} |