Remove dependency on annotation-experimental

Test: ./gradlew bluetooth:bluetooth:check
Change-Id: I1ea4e852c56c141998e7a0fc157af8c96a1e7fc9
diff --git a/bluetooth/bluetooth/build.gradle b/bluetooth/bluetooth/build.gradle
index 8e7f695..9d626f8 100644
--- a/bluetooth/bluetooth/build.gradle
+++ b/bluetooth/bluetooth/build.gradle
@@ -26,8 +26,6 @@
     implementation(libs.kotlinStdlib)
     implementation(libs.kotlinCoroutinesCore)
 
-    implementation(project(":annotation:annotation-experimental"))
-
     implementation("androidx.annotation:annotation:1.6.0")
 
     androidTestImplementation(libs.testExtJunit)