Initial commit

That's a lotta stuff for an initial commit, but well...
This commit is contained in:
2024-05-25 19:22:26 +02:00
commit b0f35b03b9
99 changed files with 6476 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
dependencies {
api(project(":tweed5-core"))
api(project(":tweed5-serde-extension"))
testImplementation(project(":tweed5-serde-hjson"))
}