11 lines
235 B
Kotlin
11 lines
235 B
Kotlin
plugins {
|
|
id("de.siphalor.tweed5.base-module")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":tweed5-core"))
|
|
api(project(":tweed5-patchwork"))
|
|
api(project(":tweed5-serde-api"))
|
|
|
|
testImplementation(project(":tweed5-serde-hjson"))
|
|
} |