mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
buildSrc: add Ktor dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
03b2bbd22c
commit
dd177c5578
1 changed files with 9 additions and 0 deletions
|
@ -17,6 +17,15 @@ object Dependencies {
|
||||||
const val core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$version"
|
const val core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$version"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
object Ktor {
|
||||||
|
|
||||||
|
private const val version = "1.4.0"
|
||||||
|
const val clientCore = "io.ktor:ktor-client-core:$version"
|
||||||
|
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"
|
||||||
|
}
|
||||||
|
|
||||||
object Serialization {
|
object Serialization {
|
||||||
|
|
||||||
private const val version = "1.0.1"
|
private const val version = "1.0.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue