mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 09:07:01 +05:30
lobsters-api: fix tests
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
a66186adc3
commit
0806d71e96
2 changed files with 5 additions and 20 deletions
|
@ -11,6 +11,7 @@ dependencies {
|
|||
implementation "com.squareup.retrofit2:converter-moshi:$retrofit_version"
|
||||
kaptTest "com.squareup.moshi:moshi-kotlin-codegen:$moshi_version"
|
||||
testImplementation 'junit:junit:4.13'
|
||||
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9"
|
||||
// retrofit uses 3.14.9, so shall we.
|
||||
//noinspection GradleDependency
|
||||
testImplementation "com.squareup.okhttp3:mockwebserver:3.14.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue