aboutsummaryrefslogtreecommitdiff
path: root/core/content-matcher-test-utils/build.gradle.kts
blob: 135fc51475ea148be2a3fdde6a4591f98b80942b (plain)
1
2
3
4
5
6
dependencies {
    implementation(project(":core:test-api"))
    implementation(kotlin("stdlib-jdk8"))
    implementation(kotlin("reflect"))
    implementation("com.willowtreeapps.assertk:assertk-jvm:0.22")
}