Skip to content

Commit

Permalink
Fixed typo in the README for Android setup
Browse files Browse the repository at this point in the history
  • Loading branch information
shanshin committed Jan 11, 2022
1 parent 53aa81c commit 6b3343a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ android {
testOptions {
unitTests.all {
if (it.name == "testDebugUnitTest") {
extensions.configure(kotlinx.kover.api.KoverTaskExtension::class) {
it.extensions.configure(kotlinx.kover.api.KoverTaskExtension::class) {
isDisabled = false
binaryReportFile.set(file("$buildDir/custom/debug-report.bin"))
includes = listOf("com.example.*")
Expand Down

0 comments on commit 6b3343a

Please sign in to comment.