Files
hlaeja-template-library/build.gradle.kts
2025-07-29 23:17:01 +02:00

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"