Use coroutines instead of threads for annotation pipes
Change-Id: I7e17b731f26524ecdaf0347ea89368efb6c3eb93
diff --git a/app/build.gradle b/app/build.gradle
index dbce1b5..7337882 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -29,6 +29,7 @@
// Use the Kotlin JDK 8 standard library.
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0'
// This dependency is used by the application.
implementation 'com.google.guava:guava:33.0.0-jre'