metadata-extractor: move LinkMetadata to model

This commit is contained in:
Harsh Shandilya 2022-08-05 22:34:30 +05:30
parent 319838c737
commit 87b1377f38
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,7 @@ plugins {
}
dependencies {
implementation(projects.model)
implementation(libs.crux)
implementation(libs.dagger.hilt.core)
implementation(libs.jsoup)