Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@landarskiy
Created November 15, 2022 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save landarskiy/ec7358fe59f37d94856619452fa3034b to your computer and use it in GitHub Desktop.
Save landarskiy/ec7358fe59f37d94856619452fa3034b to your computer and use it in GitHub Desktop.
composite-build-example/build-logic/settings.gradle.kts
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
}
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
}
}
rootProject.name = "build-logic"
include(":convention")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment