mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-17 21:05:43 +00:00
Fix mobile compile after merge
This commit is contained in:
parent
4935ffc75a
commit
8498a5301d
4 changed files with 4 additions and 1 deletions
|
|
@ -383,6 +383,7 @@ kotlin {
|
|||
implementation(libs.androidx.lifecycle.viewmodelCompose)
|
||||
implementation(libs.androidx.lifecycle.runtimeCompose)
|
||||
implementation(libs.kotlinx.serialization.json)
|
||||
implementation(libs.kotlinx.atomicfu)
|
||||
implementation(libs.androidx.navigation.compose)
|
||||
implementation(libs.kermit)
|
||||
implementation(libs.supabase.postgrest)
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ enum class AppLanguage(
|
|||
INDONESIAN("id", Res.string.lang_indonesian),
|
||||
ITALIAN("it", Res.string.lang_italian),
|
||||
POLISH("pl", Res.string.lang_polish),
|
||||
PORTUGUESE BRAZIL("pt-BR", Res.string.lang_portuguese_brazil),
|
||||
PORTUGUESE_BRAZIL("pt-BR", Res.string.lang_portuguese_brazil),
|
||||
PORTUGUESE("pt", Res.string.lang_portuguese_portugal),
|
||||
SPANISH("es", Res.string.lang_spanish),
|
||||
TURKISH("tr", Res.string.lang_turkish),
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ kermit = "2.0.5"
|
|||
junit = "4.13.2"
|
||||
kotlin = "2.3.0"
|
||||
kotlinx-serialization = "1.8.1"
|
||||
atomicfu = "0.32.1"
|
||||
ktor = "3.4.1"
|
||||
material3 = "1.12.0-alpha02"
|
||||
androidx-media3 = "1.8.0"
|
||||
|
|
@ -54,6 +55,7 @@ coil-gif = { module = "io.coil-kt.coil3:coil-gif", version.ref = "coil" }
|
|||
coil-network-ktor3 = { module = "io.coil-kt.coil3:coil-network-ktor3", version.ref = "coil" }
|
||||
coil-svg = { module = "io.coil-kt.coil3:coil-svg", version.ref = "coil" }
|
||||
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-serialization" }
|
||||
kotlinx-atomicfu = { module = "org.jetbrains.kotlinx:atomicfu", version.ref = "atomicfu" }
|
||||
ktor-client-android = { module = "io.ktor:ktor-client-android", version.ref = "ktor" }
|
||||
kermit = { module = "co.touchlab:kermit", version.ref = "kermit" }
|
||||
ktor-client-darwin = { module = "io.ktor:ktor-client-darwin", version.ref = "ktor" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue