Merge "Pin SystemUI-tests to Kotlin 1.9" into main
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp
index 15f4e5a..38bd29a 100644
--- a/packages/SystemUI/Android.bp
+++ b/packages/SystemUI/Android.bp
@@ -774,6 +774,9 @@
     use_resource_processor: true,
     manifest: "tests/AndroidManifest-base.xml",
     resource_dirs: [],
+
+    kotlin_lang_version: "1.9",
+
     additional_manifests: ["tests/AndroidManifest.xml"],
     srcs: [
         "tests/src/**/*.kt",