@@ -26,11 +26,21 @@ android {
2626
2727dependencies {
2828 implementation fileTree(dir : " libs" , include : [" *.jar" ])
29- implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
30- implementation ' androidx.core:core-ktx:1.3.1'
31- implementation ' androidx.appcompat:appcompat:1.2.0'
32- testImplementation ' junit:junit:4.12'
33- androidTestImplementation ' androidx.test.ext:junit:1.1.2'
34- androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
29+ implementation " org.jetbrains.kotlin:kotlin-stdlib:${ Versions.kotlin} "
30+ implementation " androidx.core:core-ktx:${ Versions.core_ktx} "
31+ implementation " androidx.appcompat:appcompat:${ Versions.app_compat} "
32+ implementation " org.koin:koin-gradle-plugin:${ Versions.koin} "
33+ implementation " androidx.core:core-ktx:${ Versions.kotlin_ext} "
34+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:${ Versions.kotlin_coroutines} "
35+ implementation " com.squareup.retrofit2:retrofit:${ Versions.retrofit} "
36+ implementation " com.squareup.moshi:moshi:${ Versions.moshi} "
37+ implementation " com.squareup.retrofit2:converter-moshi:${ Versions.retrofit_moshi_converter} "
38+ implementation " com.github.bumptech.glide:glide:${ Versions.glide} "
39+ testImplementation " junit:junit:${ Versions.junit} "
40+ testImplementation " com.nhaarman.mockitokotlin2:mockito-kotlin:${ Versions.mockito_kotlin} "
41+ testImplementation " org.mockito:mockito-inline:${ Versions.mockito_inline} "
42+ testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:${ Versions.kotlin_coroutines} "
43+ androidTestImplementation " androidx.test.ext:junit:${ Versions.android_junit} "
44+ androidTestImplementation " androidx.test.espresso:espresso-core:${ Versions.espresso} "
3545
3646}
0 commit comments