Files
template-library/build.gradle.kts
Swordsteel 3b7efa2dbc
Some checks failed
Publish Snapshot / dev-publish (push) Has been cancelled
Set up project structure
2025-09-15 14:52:57 +02:00

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"