Update to Kotlin 2.2.0 for building AGP (tools/buildSrc)

Bug: 428941828
Test: Existing tests
Change-Id: I667876d00a6afba74f9bc882533608a708eadac8
diff --git a/base/dependencies.properties b/base/dependencies.properties
index c319f11..ff2eeb2 100644
--- a/base/dependencies.properties
+++ b/base/dependencies.properties
@@ -109,16 +109,16 @@
 kotlin_coroutines_android = org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4
 
 # Kotlin dependencies used to build the Android Gradle plugin
-kotlin_gradle_plugin = org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20
-kotlin_gradle_plugin_idea = org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.1.20
-kotlin_gradle_pluginmarker = org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.1.20
-kotlin_reflect = org.jetbrains.kotlin:kotlin-reflect:2.1.20
-kotlin_stdlib = org.jetbrains.kotlin:kotlin-stdlib:2.1.20
-kotlin_test = org.jetbrains.kotlin:kotlin-test:2.1.20
+kotlin_gradle_plugin = org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0
+kotlin_gradle_plugin_idea = org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.2.0
+kotlin_gradle_pluginmarker = org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.2.0
+kotlin_reflect = org.jetbrains.kotlin:kotlin-reflect:2.2.0
+kotlin_stdlib = org.jetbrains.kotlin:kotlin-stdlib:2.2.0
+kotlin_test = org.jetbrains.kotlin:kotlin-test:2.2.0
 # Kotlin dependencies used to compile and run AGP tests -- these are usually updated together with the Kotlin
 # dependencies used to build AGP above
-compose_compiler_gradle_plugin = org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.20
-ksp_gradle_plugin = com.google.devtools.ksp:symbol-processing-gradle-plugin:2.1.20-1.0.31
+compose_compiler_gradle_plugin = org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.2.0
+ksp_gradle_plugin = com.google.devtools.ksp:symbol-processing-gradle-plugin:2.2.0-2.0.2
 
 kxml = net.sf.kxml:kxml2:2.3.0
 jetifier_core = com.android.tools.build.jetifier:jetifier-core:1.0.0-beta10