From ec7552956468ee6df5f559d32ead3ce8e9f19172 Mon Sep 17 00:00:00 2001 From: Gary Hale Date: Thu, 23 May 2024 11:53:41 -0400 Subject: [PATCH] Add mention of shared conventions in declarative readme --- DECLARATIVE-README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DECLARATIVE-README.md b/DECLARATIVE-README.md index 8ae07b9ce4..ab2c908938 100644 --- a/DECLARATIVE-README.md +++ b/DECLARATIVE-README.md @@ -15,6 +15,8 @@ Converted subprojects: The `androidLibrary` software type exposes [several configuration options](https://github.com/gradle/declarative-gradle/blob/main/unified-prototype/unified-plugin/plugin-android/src/main/java/org/gradle/api/experimental/android/library/AndroidLibrary.java) and dependencies. Test related configuration mimics the existing Android extension for now. +The [settings file](settings.gradle.dcl) contains several shared conventions that are applied to all subprojects with an `androidLibrary` software type. + Syntax highlighting is limited to the latest nightly for Android Studio that understand Gradle DCL files. NOTE: The build logic and conventions used by declarative and non-declarative projects is currently duplicated. Subsequent milestones/feedback points will bring these back together.