summaryrefslogtreecommitdiff
path: root/buildSrc/settings.gradle.kts
blob: b42d0ff9b977a6ad57054589b3dc9ac9afe2aeb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * This file was generated by the Gradle 'init' task.
 *
 * This settings file is used to specify which projects to include in your build-logic build.
 */

dependencyResolutionManagement {
    // Reuse version catalog from the main build.
    // versionCatalogs {
    //     create("libs", { from(files("../gradle/libs.versions.toml")) })
    // }
}

rootProject.name = "buildSrc"