refactor(di): move ApiModule to core and api

This commit is contained in:
Harsh Shandilya 2022-11-13 16:08:02 +05:30
parent 9d41b7e819
commit 005dc9ab83
No known key found for this signature in database
4 changed files with 69 additions and 18 deletions

View file

@ -18,10 +18,13 @@ anvil { generateDaggerFactories.set(true) }
android { namespace = "dev.msfjarvis.claw.core" }
dependencies {
api(libs.kotlinx.serialization.json)
api(libs.okhttp.loggingInterceptor)
implementation(projects.diScopes)
implementation(libs.dagger)
implementation(libs.eithernet)
implementation(libs.javax.inject)
implementation(libs.napier)
implementation(libs.okhttp.core)
implementation(libs.retrofit.kotlinxSerializationConverter)
}