refactor(di): replace Tangle with Whetstone

This commit is contained in:
Harsh Shandilya 2022-11-14 02:35:00 +05:30
parent 4a87682b68
commit 0232a4179a
No known key found for this signature in database
23 changed files with 36 additions and 188 deletions

View file

@ -13,7 +13,6 @@ plugins {
dependencies {
api(libs.crux)
implementation(projects.diScopes)
implementation(projects.model)
implementation(libs.javax.inject)
implementation(libs.jsoup)