diff --git a/app/build.gradle b/app/build.gradle
index aabd686f9e8d31404fa2f01f19b10e51a177d35e..c7f1c027f464f23eb15efaddcb59ce3ad940cf29 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -102,16 +102,10 @@ dependencies {
     implementation "com.google.dagger:hilt-android:$rootProject.ext.hilt_version"
     kapt "com.google.dagger:hilt-compiler:$rootProject.ext.hilt_version"
 
-    //Coroutines
-    def coroutines_version = '1.7.3'
-    implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
-
     //test
     testImplementation 'junit:junit:4.13.2'
     androidTestImplementation 'androidx.test.ext:junit:1.1.5'
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
-    androidTestImplementation "androidx.work:work-testing:2.8.1"
-    androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
 }
 
 kapt {