Initial commit (history reset)
This commit is contained in:
8
buildSrc/settings.gradle
Normal file
8
buildSrc/settings.gradle
Normal file
@@ -0,0 +1,8 @@
|
||||
dependencyResolutionManagement {
|
||||
// Reuse version catalog from the main build.
|
||||
versionCatalogs {
|
||||
create('libs', { from(files("../gradle/libs.versions.toml")) })
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = 'buildSrc'
|
||||
Reference in New Issue
Block a user