all: sort and reorganize dependencies

This commit is contained in:
Harsh Shandilya 2022-07-03 20:50:48 +05:30
parent 4a048e8ff0
commit 4d78a41e49
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
7 changed files with 17 additions and 17 deletions

View file

@ -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)
}