mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
all: tweak dependency namespacing
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
4168fe3875
commit
23b2e635bb
4 changed files with 20 additions and 20 deletions
|
@ -6,10 +6,10 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api(libs.thirdparty.retrofit.lib)
|
||||
ksp(libs.thirdparty.moshix.ksp)
|
||||
implementation(libs.thirdparty.moshi.lib)
|
||||
implementation(libs.thirdparty.retrofit.moshiConverter) { exclude(group = "com.squareup.moshi") }
|
||||
api(libs.retrofit.lib)
|
||||
ksp(libs.moshix.ksp)
|
||||
implementation(libs.moshi.lib)
|
||||
implementation(libs.retrofit.moshiConverter) { exclude(group = "com.squareup.moshi") }
|
||||
testImplementation(libs.kotlin.coroutines.core)
|
||||
testImplementation(libs.testing.kotlintest.junit)
|
||||
testImplementation(libs.testing.mockWebServer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue