From 0be9244578fab79bbdfd8e626ad160361fb64c8a Mon Sep 17 00:00:00 2001 From: CalebK Date: Thu, 5 Dec 2024 10:51:17 +0300 Subject: [PATCH] Review fix. --- app/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e59ec060b..3ce7bbb88 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -106,7 +106,6 @@ androidComponents { } dependencies { - implementation(Libs.kotlinx_coroutines_rx3) androidTestImplementation(Libs.leakcanary_android_instrumentation) testImplementation(Libs.kotlinx_coroutines_test) }