mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
app: port tests to Ktor
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
d01a7e18a2
commit
abe6c4c2b8
5 changed files with 93 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue