We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83961e commit e117c23Copy full SHA for e117c23
assertions/build.gradle.kts
@@ -58,8 +58,6 @@ kotlin {
58
val jvmTest by getting {
59
dependsOn(jvmSharedTest)
60
dependencies {
61
- implementation(libs.truth)
62
- implementation(libs.mockk)
63
}
64
65
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
agp = "8.3.0"
3
dokka = "1.9.20"
4
-kass = "0.4.0"
+kass = "0.4.1"
5
kotlin = "2.0.0"
6
kotlinx-datetime = "0.4.0"
7
kotlinx-coroutines = "1.8.0"
0 commit comments