chore: sort dependencies with gradle-dependencies-sorter

This commit is contained in:
Harsh Shandilya 2023-03-28 12:15:14 +05:30
parent 1b17da668d
commit 72c1529bb9
No known key found for this signature in database
5 changed files with 21 additions and 14 deletions

View file

@ -16,11 +16,13 @@ android { namespace = "dev.msfjarvis.claw.api" }
anvil { generateDaggerFactories.set(true) }
dependencies {
api(projects.model)
api(libs.retrofit)
api(libs.eithernet)
api(libs.retrofit)
api(projects.model)
implementation(libs.dagger)
implementation(libs.javax.inject)
testImplementation(testFixtures(libs.eithernet))
testImplementation(libs.kotest.assertions.core)
testImplementation(libs.kotest.runner.junit5)