Opt-in Metalava w/ K2 UAST by default

Out of 414 modules that track APIs (1),
this commit makes 57 modules (~14%) (2)
opt out of Metalava with K2 UAST, mainly due to KMP support

(1): find . -name "current.txt" | wc -l
(2): git whatchanged -1 | grep "build.gradle" | wc -l

Bug: 271369023
Bug: 324624680
Test: ./gradlew checkApi
Change-Id: Ieeb8dafe1b1cda9c57a71860d405a091d3d2e2ca
diff --git a/glance/glance-wear-tiles/build.gradle b/glance/glance-wear-tiles/build.gradle
index ed1d830..6a4bc14 100644
--- a/glance/glance-wear-tiles/build.gradle
+++ b/glance/glance-wear-tiles/build.gradle
@@ -99,4 +99,5 @@
     description = "Glance allows developers to build layouts for Wear Tiles using a Jetpack " +
             "Compose-style API."
     legacyDisableKotlinStrictApiMode = true
+    metalavaK2UastEnabled = false
 }