mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 22:57:05 +05:30
refactor(coroutine-utils): break Hilt dependency
This commit is contained in:
parent
56d47d1f32
commit
e3e14edb5d
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ plugins {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api(libs.kotlinx.coroutines.core)
|
api(libs.kotlinx.coroutines.core)
|
||||||
implementation(libs.dagger.hilt.core)
|
implementation(libs.javax.inject)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue