mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 21:56:59 +05:30
refactor(metadata-extractor): break Hilt dependency
This commit is contained in:
parent
e3e14edb5d
commit
6d88335e13
1 changed files with 2 additions and 1 deletions
|
@ -13,8 +13,9 @@ plugins {
|
|||
|
||||
dependencies {
|
||||
api(libs.crux)
|
||||
implementation(projects.diScopes)
|
||||
implementation(projects.model)
|
||||
implementation(libs.dagger.hilt.core)
|
||||
implementation(libs.javax.inject)
|
||||
implementation(libs.jsoup)
|
||||
implementation(libs.kotlinx.coroutines.core)
|
||||
implementation(libs.okhttp.core)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue