FIRST SUCCESS RUN

This commit is contained in:
2025-08-07 17:37:06 +03:00
parent b63eca8440
commit 5b613f7cc8
43 changed files with 366 additions and 314 deletions

View File

@@ -45,11 +45,13 @@ dependencies {
// [DEPENDENCY] Coroutines
implementation(Libs.coroutinesCore)
// [DEPENDENCY] Networking (Retrofit, Gson)
// [DEPENDENCY] Networking (Retrofit, Moshi)
implementation(Libs.retrofit)
implementation(Libs.converterGson)
implementation(Libs.converterMoshi)
implementation(Libs.okhttp)
implementation(Libs.okhttpLoggingInterceptor)
implementation(Libs.moshiKotlin)
kapt(Libs.moshiCodegen)
// [DEPENDENCY] Database (Room)
implementation(Libs.roomRuntime)
@@ -64,6 +66,8 @@ dependencies {
testImplementation(Libs.junit)
androidTestImplementation(Libs.extJunit)
androidTestImplementation(Libs.espressoCore)
}
kapt {