13 lines
226 B
Kotlin
13 lines
226 B
Kotlin
plugins {
|
|
alias(hlaeja.plugins.kotlin.jvm)
|
|
alias(hlaeja.plugins.library)
|
|
}
|
|
|
|
dependencies {
|
|
testImplementation(hlaeja.kotlin.test.junit5)
|
|
|
|
testRuntimeOnly(hlaeja.junit.platform.launcher)
|
|
}
|
|
|
|
group = "ltd.hlaeja"
|