Files
tweed5/settings.gradle.kts
Siphalor b0f35b03b9 Initial commit
That's a lotta stuff for an initial commit, but well...
2024-05-25 19:22:26 +02:00

9 lines
209 B
Kotlin

rootProject.name = "tweed5"
include("tweed5-core")
include("tweed5-default-extensions")
include("tweed5-patchwork")
include("tweed5-serde-api")
include("tweed5-serde-extension")
include("tweed5-serde-hjson")