Apply suggestions from code review

Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Aditya Wasan
2021-04-17 18:03:41 +05:30
committed by GitHub
co-authored by Harsh Shandilya
parent 6772303bf5
commit 3276c0e072
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ dependencies {
ksp(libs.thirdparty.moshi.ksp)
implementation(libs.thirdparty.retrofit.moshiConverter)
testImplementation(libs.kotlin.coroutines.core)
testImplementation(kotlin("test-junit"))
testImplementation(libs.testing.kotlintest.junit)
testImplementation(libs.testing.mockWebServer)
}
+2 -2
View File
@@ -48,6 +48,6 @@ dependencies {
implementation(libs.thirdparty.accompanistFlow)
implementation(libs.thirdparty.moshi.lib)
implementation(libs.thirdparty.retrofit.moshiConverter)
testImplementation(kotlin("test-junit"))
androidTestImplementation(kotlin("test-junit"))
testImplementation(libs.testing.kotlintest.junit)
androidTestImplementation(libs.testing.kotlintest.junit)
}