diff --git a/build.gradle.kts b/build.gradle.kts index 0b57881b1..e37c9d46f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -244,7 +244,7 @@ val uiTest = task("uiTest") { events("passed", "skipped", "failed") } extensions.configure(KoverTaskExtension::class) { - // set to true to disable instrumentation of this task, + // Set to true to disable instrumentation of this task, // Kover reports will not depend on the results of its execution isDisabled.set(true) }