aboutsummaryrefslogtreecommitdiff
path: root/core/content-matcher-test-utils/build.gradle.kts
blob: 07d4bed96362a39c9c21f474b9c4570e74f453ed (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.25")
}