aboutsummaryrefslogtreecommitdiff
path: root/core/content-matcher-test-utils/build.gradle.kts
blob: 1a95f1cdcca13d4b855ae82cd05c6b4781655cfb (plain)
1
2
3
4
5
6
7
8
9
10
plugins {
    org.jetbrains.conventions.`kotlin-jvm`
}

dependencies {
    implementation(project(":core:test-api"))
    implementation(kotlin("stdlib-jdk8"))
    implementation(kotlin("reflect"))
    implementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
}