FIRST SUCCESS RUN
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user