blob: 300aafa6069c1888baf0bc5c29a52fe79f0e88b9 (
plain)
1
2
3
4
5
6
|
rootProject.name = "buildSrc"
dependencyResolutionManagement {
versionCatalogs { create("libs") { from(files("../gradle/libs.versions.toml")) } }
repositories { gradlePluginPortal() }
}
|