blob: 75602c64a9801d43001ffd8cb68fb1be337e4220 (
plain)
1
2
3
4
5
6
7
8
9
10
|
plugins {
id("org.jetbrains.conventions.kotlin-jvm")
}
dependencies {
implementation(projects.core.testApi)
implementation(kotlin("reflect"))
implementation(libs.assertk)
}
|