build: remove unnecessary manual dependency decl

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-06-07 10:57:42 +05:30
parent 23b2e635bb
commit 294052e309
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 1 additions and 3 deletions

View file

@ -11,7 +11,7 @@ dependencies {
implementation(libs.moshi.lib)
implementation(libs.retrofit.moshiConverter) { exclude(group = "com.squareup.moshi") }
testImplementation(libs.kotlin.coroutines.core)
testImplementation(libs.testing.kotlintest.junit)
testImplementation(kotlin("test-junit"))
testImplementation(libs.testing.mockWebServer)
}