Skip to content
Snippets Groups Projects
Commit 74d78f47 authored by Taras's avatar Taras
Browse files

Remove dependencies

parent 26180222
No related branches found
No related tags found
No related merge requests found
......@@ -102,16 +102,10 @@ dependencies {
implementation "com.google.dagger:hilt-android:$rootProject.ext.hilt_version"
kapt "com.google.dagger:hilt-compiler:$rootProject.ext.hilt_version"
//Coroutines
def coroutines_version = '1.7.3'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
//test
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation "androidx.work:work-testing:2.8.1"
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
}
kapt {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment