Start recording additional values to build scan

- androidx.compose.multiplatformEnabled
- androidx.projects
- androidx.useMaxDepVersions

This will allow to easier determine the set up that user ran from.

Test: ./gradlew tasks    with a couple of values
      https://ge.androidx.dev/s/fg4qeh5hmumhg/custom-values
      https://ge.androidx.dev/s/gyorfvpsqvytc/custom-values
Change-Id: I878df256d3c5863752883225556ffa5a179667ff
diff --git a/settings.gradle b/settings.gradle
index 7c5dee4..960324a 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -86,6 +86,10 @@
             value("BUILD_NUMBER", buildNumber)
             link("ci.android.com build", "https://ci.android.com/builds/branches/aosp-androidx-main/grid?head=$buildNumber&tail=$buildNumber")
         }
+        value("androidx.compose.multiplatformEnabled", isMultiplatformEnabled().toString())
+        value("androidx.projects", getRequestedProjectSubsetName() ?: "Unset")
+        value("androidx.useMaxDepVersions", providers.gradleProperty("androidx.useMaxDepVersions").isPresent().toString())
+
         // Do not publish scan for androidx-platform-dev
         // publishAlways()
         // publishIfAuthenticated()