mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
all: sort and reorganize dependencies
This commit is contained in:
parent
4a048e8ff0
commit
4d78a41e49
7 changed files with 17 additions and 17 deletions
|
@ -9,9 +9,9 @@ dependencies {
|
|||
api(projects.model)
|
||||
api(libs.retrofit.lib)
|
||||
implementation(libs.kotlinx.serialization.core)
|
||||
testImplementation(libs.kotlinx.serialization.json)
|
||||
testImplementation(libs.kotlin.coroutines.core)
|
||||
testImplementation(libs.kotlinx.coroutines.core)
|
||||
testImplementation(kotlin("test-junit"))
|
||||
testImplementation(libs.kotlinx.serialization.json)
|
||||
testImplementation(libs.retrofit.kotlinxSerializationConverter)
|
||||
testImplementation(libs.retrofit.mock)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue