10 lines
241 B
Kotlin
10 lines
241 B
Kotlin
rootProject.name = "tweed5"
|
|
|
|
include("tweed5-core")
|
|
include("tweed5-default-extensions")
|
|
include("tweed5-naming-format")
|
|
include("tweed5-patchwork")
|
|
include("tweed5-serde-api")
|
|
include("tweed5-serde-extension")
|
|
include("tweed5-serde-hjson")
|