chore: rework dependency declaration

This commit is contained in:
Harsh Shandilya 2023-05-07 02:49:41 +05:30
parent c93d2f73a9
commit 3dfd2d7862
6 changed files with 14 additions and 15 deletions

View file

@ -28,6 +28,5 @@ dependencies {
testImplementation(testFixtures(libs.eithernet))
testImplementation(libs.kotlinx.coroutines.test)
testImplementation(libs.kotlinx.serialization.json)
testImplementation(libs.retrofit.kotlinxSerializationConverter)
addTestDependencies(project)
}