Skip to content

Commit

Permalink
equals verifier [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt committed Jan 29, 2025
1 parent e22873a commit ed0eb98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ androidx-core = { module = "androidx.core:core-ktx", version = "1.15.0" }
androidx-startup = { module = "androidx.startup:startup-runtime", version = "1.2.0" }
atomicfu = { module = "org.jetbrains.kotlinx:atomicfu", version.ref = "atomicfu" }
datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.6.1" }
equalsverifier = { module = "nl.jqno.equalsverifier:equalsverifier", version = "3.18.1" }
khronicle = { module = "com.juul.khronicle:khronicle-core", version = "0.5.1" }
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
Expand Down
4 changes: 4 additions & 0 deletions kable-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ kotlin {
api(libs.wrappers.web)
api(project.dependencies.platform(libs.wrappers.bom))
}

jvmTest.dependencies {
implementation(libs.equalsverifier)
}
}
}

Expand Down

0 comments on commit ed0eb98

Please sign in to comment.