app: port tests to Ktor

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-11-08 17:04:23 +05:30
parent d01a7e18a2
commit abe6c4c2b8
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
5 changed files with 93 additions and 0 deletions

View file

@ -24,6 +24,7 @@ object Dependencies {
const val clientJson = "io.ktor:ktor-client-json:$version"
const val clientSerialization = "io.ktor:ktor-client-serialization:$version"
const val clientOkHttp = "io.ktor:ktor-client-okhttp:$version"
const val clientTest = "io.ktor:ktor-client-mock:$version"
}
object Serialization {