8 lines
145 B
Kotlin
8 lines
145 B
Kotlin
plugins {
|
|
id("de.siphalor.tweed5.base-module")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":tweed5-core"))
|
|
api(project(":tweed5-naming-format"))
|
|
} |