Skip to content

Instantly share code, notes, and snippets.

@xuhaibahmad
Created March 30, 2020 06:51
Show Gist options
  • Save xuhaibahmad/52067eef8e58c014cd710966a2a5a33f to your computer and use it in GitHub Desktop.
Save xuhaibahmad/52067eef8e58c014cd710966a2a5a33f to your computer and use it in GitHub Desktop.
testImplementation 'junit:junit:4.13'
implementation 'androidx.test:core:1.2.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.1.7'
testImplementation 'io.mockk:mockk:1.9.3'
androidTestImplementation 'com.kaspersky.android-components:kaspresso:1.1.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment