From 6b3343a34f1ca4ed942d0e1e37d4225e031707e3 Mon Sep 17 00:00:00 2001 From: "Sergey.Shanshin" Date: Tue, 11 Jan 2022 11:40:32 +0300 Subject: [PATCH] Fixed typo in the README for Android setup Fixes #101 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8fa8c1d..281a45cd 100644 --- a/README.md +++ b/README.md @@ -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.*")