8 lines
101 B
Kotlin
8 lines
101 B
Kotlin
plugins {
|
|
id("common.library")
|
|
}
|
|
|
|
dependencies {
|
|
testImplementation(project(":base-test"))
|
|
}
|