Skip to content

Instantly share code, notes, and snippets.

@Audhil
Created August 23, 2020 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Audhil/8fe12e823d941b71475d5990ca79cd8a to your computer and use it in GitHub Desktop.
Save Audhil/8fe12e823d941b71475d5990ca79cd8a to your computer and use it in GitHub Desktop.
instrumention tests dependencies - app/build.gradle
dependencies {
...
// For instrumented tests.
androidTestImplementation 'com.google.dagger:hilt-android-testing:2.28-alpha'
kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.28-alpha'
androidTestImplementation "io.mockk:mockk-android:1.9.3"
androidTestImplementation "com.squareup.okhttp3:mockwebserver:4.6.0"
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment