blob: 2bb84162d2900e5ca9be6be99a710953efd0a99e (
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.23.1")
}
|