mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 20:17:02 +05:30
build: add kotlinx.serialization dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
10630944d3
commit
43295a58eb
3 changed files with 13 additions and 0 deletions
|
@ -9,12 +9,19 @@ private const val DAGGER_HILT_VERSION = "2.29.1-alpha"
|
|||
object Dependencies {
|
||||
const val COMPOSE_VERSION = "1.0.0-alpha06"
|
||||
object Kotlin {
|
||||
|
||||
object Coroutines {
|
||||
|
||||
private const val version = "1.4.1"
|
||||
const val android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:$version"
|
||||
const val core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$version"
|
||||
}
|
||||
|
||||
object Serialization {
|
||||
|
||||
private const val version = "1.0.1"
|
||||
const val json = "org.jetbrains.kotlinx:kotlinx-serialization-json:$version"
|
||||
}
|
||||
}
|
||||
|
||||
object AndroidX {
|
||||
|
@ -70,6 +77,7 @@ object Dependencies {
|
|||
|
||||
const val accompanist = "dev.chrisbanes.accompanist:accompanist-coil:0.3.2"
|
||||
const val customtabs = "saschpe.android:customtabs:3.0.2"
|
||||
const val retrofitSerialization = "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0"
|
||||
|
||||
object Moshi {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue