generated from aura-ascend/template-library
12 lines
163 B
Kotlin
12 lines
163 B
Kotlin
plugins {
|
|
alias(aa.plugins.kotlin.jvm)
|
|
alias(aa.plugins.library)
|
|
}
|
|
|
|
dependencies {
|
|
|
|
}
|
|
|
|
group = "ltd.lulz.library"
|
|
description = "library test integration"
|