Pin annotations and collections in Room

Pinned versions include the new KMP artifacts, no need to depend on ToT.

Test: n/a
Change-Id: I0ddc7b64acad781280c0178240127ffd3598d9e4
diff --git a/room/room-common/build.gradle b/room/room-common/build.gradle
index 7fda363..bc1ac61 100644
--- a/room/room-common/build.gradle
+++ b/room/room-common/build.gradle
@@ -43,7 +43,7 @@
         commonMain {
             dependencies {
                 api(libs.kotlinStdlib)
-                api(project(":annotation:annotation"))
+                api("androidx.annotation:annotation:1.8.1")
             }
         }