@@ -55,7 +55,7 @@ Add the following to your build file:
5555
5656``` kotlin
5757plugins {
58- id(" org.jetbrains.kotlinx.kover" ) version " 0.9.2 "
58+ id(" org.jetbrains.kotlinx.kover" ) version " 0.9.3 "
5959}
6060```
6161For more information about application of the plugin, refer to the [ relevant section] ( #apply-kover-gradle-plugin-in-project )
@@ -127,7 +127,7 @@ Add the following line to build file in each module of your Gradle build:
127127
128128``` kotlin
129129plugins {
130- id(" org.jetbrains.kotlinx.kover" ) version " 0.9.2 "
130+ id(" org.jetbrains.kotlinx.kover" ) version " 0.9.3 "
131131}
132132```
133133It is recommended to apply the Kover Plugin in the root module, even if there is no source code or tests there.
@@ -225,7 +225,7 @@ Otherwise, the use of the plugin is identical to the use in the [multi-module Ko
225225Add the following to the build file only in the ` app ` module of your Gradle build:
226226``` kotlin
227227plugins {
228- id(" org.jetbrains.kotlinx.kover" ) version " 0.9.2 "
228+ id(" org.jetbrains.kotlinx.kover" ) version " 0.9.3 "
229229}
230230```
231231
@@ -378,7 +378,7 @@ Add the following to build file in each module of your Gradle build:
378378
379379``` kotlin
380380plugins {
381- id(" org.jetbrains.kotlinx.kover" ) version " 0.9.2 "
381+ id(" org.jetbrains.kotlinx.kover" ) version " 0.9.3 "
382382}
383383```
384384It is recommended to apply the Kover Plugin in the root module, even if there is no source code or tests there.
@@ -582,7 +582,7 @@ Add the following to build file in each module of your Gradle build:
582582
583583``` kotlin
584584plugins {
585- id(" org.jetbrains.kotlinx.kover" ) version " 0.9.2 "
585+ id(" org.jetbrains.kotlinx.kover" ) version " 0.9.3 "
586586}
587587```
588588It is recommended to apply the Kover Plugin in the root module, even if there is no source code or tests there.
@@ -759,7 +759,7 @@ Add the following to your build file:
759759
760760``` kotlin
761761plugins {
762- id(" org.jetbrains.kotlinx.kover" ) version " 0.9.2 "
762+ id(" org.jetbrains.kotlinx.kover" ) version " 0.9.3 "
763763}
764764```
765765
@@ -777,7 +777,7 @@ buildscript {
777777 }
778778
779779 dependencies {
780- classpath(" org.jetbrains.kotlinx:kover-gradle-plugin:0.9.2 " )
780+ classpath(" org.jetbrains.kotlinx:kover-gradle-plugin:0.9.3 " )
781781 }
782782}
783783
@@ -793,7 +793,7 @@ buildscript {
793793 mavenCentral()
794794 }
795795 dependencies {
796- classpath 'org.jetbrains.kotlinx:kover-gradle-plugin:0.9.2 '
796+ classpath 'org.jetbrains.kotlinx:kover-gradle-plugin:0.9.3 '
797797 }
798798}
799799
0 commit comments