AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
|
|
apply plugin: 'jacoco'
|
||
|
|
|
||
|
|
jacoco {
|
||
|
|
toolVersion = libs.versions.jacoco.get()
|
||
|
|
}
|
||
|
|
|
||
|
|
android {
|
||
|
|
testCoverage {
|
||
|
|
jacocoVersion = libs.versions.jacoco.get()
|
||
|
|
}
|
||
|
|
}
|