Skip to content

Instantly share code, notes, and snippets.

@uteke
Last active May 27, 2023 16:41
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 uteke/8058d423d4aa50458b13db7388878338 to your computer and use it in GitHub Desktop.
Save uteke/8058d423d4aa50458b13db7388878338 to your computer and use it in GitHub Desktop.
Composite module settings script
@Suppress("UnstableApiUsage")
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
}
}
rootProject.name = "build-logic"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment