Adapt to change in studiobot plugin id

...which is changed one more time at
Ifefff0de7817b1d72dc0c09f1782ac8e3b34935e

Bug: 329686645
Test: postsubmit
Change-Id: I626f8c1358cd5d74f58cc0be9cab2e02e02fb7e5
diff --git a/bazel/studio_linux_k2.sh b/bazel/studio_linux_k2.sh
index c7cbe03..af34e65 100755
--- a/bazel/studio_linux_k2.sh
+++ b/bazel/studio_linux_k2.sh
@@ -83,7 +83,7 @@
     --max_idle_secs=60 \
     test \
     ${CONFIG_OPTIONS} --config=ants \
-    --jvmopt='-Didea.kotlin.plugin.use.k2=true -Dlint.use.fir.uast=true -Didea.kotlin.plugin.plugin.ids.to.ignore.k2.compatibility=com.google.tools.intellij.aiplugin' \
+    --jvmopt='-Didea.kotlin.plugin.use.k2=true -Dlint.use.fir.uast=true -Didea.kotlin.plugin.plugin.ids.to.ignore.k2.compatibility=com.google.tools.ij.aiplugin' \
     --worker_max_instances=${worker_instances} \
     --invocation_id=${invocation_id} \
     --build_tag_filters=${build_tag_filters} \