build-logic/settings.gradle.kts (
8
lines of code) (
raw
):
dependencyResolutionManagement { versionCatalogs { create("libs") { from(files("../gradle/libs.versions.toml")) } } } rootProject.name = "build-logic"