mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(api): cleanup dependencies
This commit is contained in:
parent
4607a68de0
commit
74c265538d
2 changed files with 3 additions and 6 deletions
|
@ -7,13 +7,11 @@ plugins {
|
|||
|
||||
dependencies {
|
||||
api(projects.model)
|
||||
api(libs.retrofit.lib)
|
||||
api(libs.retrofit)
|
||||
api(libs.eithernet)
|
||||
implementation(libs.kotlinx.serialization.core)
|
||||
testImplementation(testFixtures(libs.eithernet))
|
||||
testImplementation(libs.kotlinx.coroutines.core)
|
||||
testImplementation(kotlin("test-junit"))
|
||||
testImplementation(libs.kotlinx.coroutines.core)
|
||||
testImplementation(libs.kotlinx.serialization.json)
|
||||
testImplementation(libs.retrofit.kotlinxSerializationConverter)
|
||||
testImplementation(libs.retrofit.mock)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue