Files
tweed5/tweed5-serde-extension/build.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

7 lines
181 B
Kotlin

dependencies {
api(project(":tweed5-core"))
api(project(":tweed5-patchwork"))
api(project(":tweed5-serde-api"))
testImplementation(project(":tweed5-serde-hjson"))
}