16 lines
420 B
Kotlin
16 lines
420 B
Kotlin
rootProject.name = "tweed5"
|
|
|
|
include("test-utils")
|
|
include("tweed5-construct")
|
|
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")
|
|
include("tweed5-type-utils")
|
|
include("tweed5-utils")
|
|
include("tweed5-weaver-pojo")
|
|
include("tweed5-weaver-pojo-serde-extension")
|