-
-
Save uteke/7baebba4fe0ae65a420caaaf680bae9c to your computer and use it in GitHub Desktop.
Project root settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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