mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
build: remove unnecessary manual dependency decl
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
23b2e635bb
commit
294052e309
2 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue