generated from aura-ascend/template-library
15 lines
245 B
Kotlin
15 lines
245 B
Kotlin
plugins {
|
|
alias(aa.plugins.kotlin.jvm)
|
|
alias(aa.plugins.library)
|
|
}
|
|
|
|
dependencies {
|
|
|
|
testImplementation(aa.kotlin.junit5)
|
|
|
|
testRuntimeOnly(aa.junit.platform.launcher)
|
|
}
|
|
|
|
group = "ltd.lulz.library"
|
|
description = "library template"
|