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/7baebba4fe0ae65a420caaaf680bae9c to your computer and use it in GitHub Desktop.
Save uteke/7baebba4fe0ae65a420caaaf680bae9c to your computer and use it in GitHub Desktop.
Project root settings
@file:Suppress("UnstableApiUsage")
enableFeaturePreview("VERSION_CATALOGS")
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
pluginManagement {
includeBuild("build-logic")
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "GradleKotlinConventionPlugins"
include(":app")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment