Skip to content

Commit da69a11

Browse files
committed
chore: add Jacoco plugin
1 parent 60ac752 commit da69a11

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/build.gradle

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apply plugin: 'com.android.application'
2-
2+
apply plugin: 'jacoco-android'
33
apply plugin: 'kotlin-android'
44

55
android {
@@ -74,4 +74,7 @@ dependencies {
7474
exclude group: 'com.android.support', module: 'design'
7575
exclude group: 'com.android.support', module: 'recyclerview-v7'
7676
}
77+
// Mockito for writing unit test mock objects
78+
testCompile "org.mockito:mockito-core:2.7.22"
79+
androidTestCompile 'org.mockito:mockito-android:2.7.22'
7780
}

0 commit comments

Comments
 (0)