File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4141 run : ./gradlew :app:koverXmlReport --warning-mode all --stacktrace
4242
4343 - name : Upload Test Report
44- 44+
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
77// Top-level build file where you can add configuration options common to all sub-projects/modules.
88
99plugins {
10- id(" org.jetbrains.kotlinx.kover" ) version " 0.7.6 " apply false
10+ id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0 " apply false
1111 id(" com.diffplug.spotless" ) version " 6.25.0" apply false
1212}
1313
@@ -19,10 +19,10 @@ buildscript {
1919 maven(url = " https://oss.sonatype.org/content/repositories/snapshots" )
2020 }
2121 dependencies {
22- classpath(" com.android.tools.build:gradle:8.4.0 " )
22+ classpath(" com.android.tools.build:gradle:8.4.1 " )
2323 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
2424 classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.25.0" )
25- classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.15.2 " )
25+ classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.15.3 " )
2626 classpath(" com.github.ben-manes:gradle-versions-plugin:0.51.0" )
2727 }
2828}
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ object deps {
9090 }
9191 }
9292
93- const val mockk = " io.mockk:mockk:1.13.10 "
93+ const val mockk = " io.mockk:mockk:1.13.11 "
9494 const val kotlinJUnit = " org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion "
9595 }
9696}
You can’t perform that action at this time.
0 commit comments