File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -60,5 +60,9 @@ dependencies {
60
60
exclude(group = " org.jetbrains.kotlin" , module = " kotlin-stdlib" )
61
61
}
62
62
implementation(" ru.vyarus:gradle-animalsniffer-plugin:1.5.3" ) // Android API check
63
- implementation(" org.jetbrains.kotlinx:kover:${version(" kover" )} " )
63
+ implementation(" org.jetbrains.kotlinx:kover:${version(" kover" )} " ) {
64
+ exclude(group = " org.jetbrains.kotlin" , module = " kotlin-stdlib-jdk8" )
65
+ exclude(group = " org.jetbrains.kotlin" , module = " kotlin-stdlib-jdk7" )
66
+ exclude(group = " org.jetbrains.kotlin" , module = " kotlin-stdlib" )
67
+ }
64
68
}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ val expectedCoverage = mutableMapOf(
15
15
16
16
// Re-evaluate this along with Kover update where deprecated with error+ functions are not considered as uncovered: IDEA-287459
17
17
" kotlinx-coroutines-reactor" to 65 ,
18
- " kotlinx-coroutines-rx2" to 78
18
+ " kotlinx-coroutines-rx2" to 83
19
19
)
20
20
21
21
extensions.configure<KoverExtension > {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ rxjava3_version=3.0.2
23
23
javafx_version =11.0.2
24
24
javafx_plugin_version =0.0.8
25
25
binary_compatibility_validator_version =0.8.0
26
- kover_version =0.5.0-RC2
26
+ kover_version =0.5.0
27
27
blockhound_version =1.0.2.RELEASE
28
28
jna_version =5.9.0
29
29
You can’t perform that action at this time.
0 commit comments