Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stoichoandreev/42e67b3ef3d45235880686cbd7539779 to your computer and use it in GitHub Desktop.
Save stoichoandreev/42e67b3ef3d45235880686cbd7539779 to your computer and use it in GitHub Desktop.
dependencies.gradle
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.3.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'io.mockk:mockk:1.11.0'
testImplementation 'org.robolectric:robolectric:4.5.1'
testImplementation 'androidx.test.ext:junit:1.1.2'
testImplementation 'androidx.test:runner:1.3.0'
testImplementation 'androidx.test.espresso:espresso-core:3.3.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
androidTestImplementation 'io.mockk:mockk-android:1.11.0'
androidTestImplementation 'org.robolectric:annotations:4.5.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment