Review fix.

This commit is contained in:
CalebK 2024-12-05 10:51:17 +03:00 committed by Kelson
parent 9b64e5d815
commit 0be9244578

View File

@ -106,7 +106,6 @@ androidComponents {
} }
dependencies { dependencies {
implementation(Libs.kotlinx_coroutines_rx3)
androidTestImplementation(Libs.leakcanary_android_instrumentation) androidTestImplementation(Libs.leakcanary_android_instrumentation)
testImplementation(Libs.kotlinx_coroutines_test) testImplementation(Libs.kotlinx_coroutines_test)
} }