File tree 12 files changed +25
-12
lines changed
kover-gradle-plugin/examples
kover-offline-runtime/examples/runtime-api
12 files changed +25
-12
lines changed Original file line number Diff line number Diff line change
1
+ 0.8.0-Beta2 / 2024-03-28
2
+ ===================
3
+ ## Kover Gradle Plugin
4
+ ### Features
5
+ * [ ` #339 ` ] ( https://github.com/Kotlin/kotlinx-kover/issues/339 ) Implemented warn on verification error
6
+ * [ ` #572 ` ] ( https://github.com/Kotlin/kotlinx-kover/issues/572 ) Added DslMarker to Kover public interfaces
7
+ * [ ` #570 ` ] ( https://github.com/Kotlin/kotlinx-kover/issues/570 ) Added overload for functions of KoverVariantCreateConfig
8
+ ### Bugfixes
9
+ * [ ` #557 ` ] ( https://github.com/Kotlin/kotlinx-kover/issues/557 ) Changed log level for print coverage task
10
+ * [ ` #338 ` ] ( https://github.com/Kotlin/kotlinx-kover/issues/338 ) Extended org.gradle.api.Task in KoverReport interface
11
+ ### Internal features
12
+ * [ ` #567 ` ] ( https://github.com/Kotlin/kotlinx-kover/issues/567 ) Used compile dependency to Kover Features in Kover Gradle Plugin
13
+
1
14
0.8.0-Beta / 2024-02-29
2
15
===================
3
16
## Kover Gradle Plugin
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ version=0.8.0-SNAPSHOT
2
2
group =org.jetbrains.kotlinx
3
3
4
4
# version of the latest release
5
- kover.release.version =0.8.0-Beta
5
+ kover.release.version =0.8.0-Beta2
6
6
kotlin.code.style =official
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ plugins {
3
3
id(" com.android.library" ) version " 7.4.0" apply false
4
4
id (" com.android.dynamic-feature" ) version " 7.4.0" apply false
5
5
id(" org.jetbrains.kotlin.android" ) version " 1.8.20" apply false
6
- id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0-Beta " apply false
6
+ id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0-Beta2 " apply false
7
7
}
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ plugins {
2
2
id(" com.android.application" ) version " 7.4.0" apply false
3
3
id(" com.android.library" ) version " 7.4.0" apply false
4
4
id(" org.jetbrains.kotlin.android" ) version " 1.8.20" apply false
5
- id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0-Beta " apply false
5
+ id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0-Beta2 " apply false
6
6
}
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ plugins {
2
2
id ' com.android.application' version ' 7.4.0' apply false
3
3
id ' com.android.library' version ' 7.4.0' apply false
4
4
id ' org.jetbrains.kotlin.android' version ' 1.8.20' apply false
5
- id ' org.jetbrains.kotlinx.kover' version ' 0.8.0-Beta ' apply false
5
+ id ' org.jetbrains.kotlinx.kover' version ' 0.8.0-Beta2 ' apply false
6
6
}
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ plugins {
2
2
id(" com.android.application" ) version " 7.4.0" apply false
3
3
id(" com.android.library" ) version " 7.4.0" apply false
4
4
id(" org.jetbrains.kotlin.android" ) version " 1.8.20" apply false
5
- id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0-Beta " apply false
5
+ id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0-Beta2 " apply false
6
6
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id(" com.android.application" ) version " 7.4.0" apply false
3
3
id(" com.android.library" ) version " 7.4.0" apply false
4
4
kotlin(" multiplatform" ) version (" 1.8.20" ) apply false
5
- id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0-Beta "
5
+ id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0-Beta2 "
6
6
}
7
7
8
8
dependencies {
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ plugins {
2
2
id(" com.android.application" ) version " 7.4.0" apply false
3
3
id(" com.android.library" ) version " 7.4.0" apply false
4
4
id(" org.jetbrains.kotlin.android" ) version " 1.8.20" apply false
5
- id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0-Beta " apply false
5
+ id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0-Beta2 " apply false
6
6
}
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ plugins {
2
2
id(" com.android.application" ) version " 7.4.0" apply false
3
3
id(" com.android.library" ) version " 7.4.0" apply false
4
4
id(" org.jetbrains.kotlin.android" ) version " 1.8.20" apply false
5
- id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0-Beta " apply false
5
+ id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0-Beta2 " apply false
6
6
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
kotlin(" jvm" ) version " 1.7.10"
3
- id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0-Beta "
3
+ id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0-Beta2 "
4
4
}
5
5
6
6
dependencies {
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
kotlin(" jvm" ) version " 1.7.10"
3
- id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0-Beta "
3
+ id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0-Beta2 "
4
4
}
5
5
6
6
dependencies {
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ configurations.register("koverCli") {
16
16
}
17
17
18
18
dependencies {
19
- add(" koverCli" , " org.jetbrains.kotlinx:kover-cli:0.8.0-Beta " )
19
+ add(" koverCli" , " org.jetbrains.kotlinx:kover-cli:0.8.0-Beta2 " )
20
20
21
- implementation(" org.jetbrains.kotlinx:kover-offline-runtime:0.8.0-Beta " )
21
+ implementation(" org.jetbrains.kotlinx:kover-offline-runtime:0.8.0-Beta2 " )
22
22
23
23
testImplementation(kotlin(" test" ))
24
24
}
You can’t perform that action at this time.
0 commit comments