mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
all: add missing dependencies on coroutines
Prevents incorrect transitive dependency resolution rules from breaking build
This commit is contained in:
parent
451ab454d2
commit
a7897e4875
3 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,7 @@ dependencies {
|
|||
implementation(libs.copydown)
|
||||
implementation(libs.dagger.hilt.android)
|
||||
implementation(libs.sqldelight.extensions.coroutines)
|
||||
implementation(libs.kotlin.coroutines.core)
|
||||
implementation(libs.kotlinx.serialization.json)
|
||||
implementation(libs.retrofit.kotlinxSerializationConverter) { isTransitive = false }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue