blob: 6439393ac6d01ff6941d7ccef16849cf56b77212 (
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.24")
}
|