mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
chore: sort dependencies with gradle-dependencies-sorter
This commit is contained in:
parent
1b17da668d
commit
72c1529bb9
5 changed files with 21 additions and 14 deletions
|
@ -16,9 +16,10 @@ anvil { generateDaggerFactories.set(true) }
|
|||
android { namespace = "dev.msfjarvis.claw.core" }
|
||||
|
||||
dependencies {
|
||||
implementation(platform(libs.okhttp.bom))
|
||||
api(libs.kotlinx.serialization.json)
|
||||
api(libs.okhttp.loggingInterceptor)
|
||||
|
||||
implementation(platform(libs.okhttp.bom))
|
||||
implementation(libs.dagger)
|
||||
implementation(libs.javax.inject)
|
||||
implementation(libs.napier)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue