feat: add tree-structure-immutable module (persistent ImmutableTreeNode) (#33) (#44)

This commit is contained in:
2026-06-07 22:40:41 +02:00
committed by GitHub
parent 6758a68522
commit f47fb091ec
8 changed files with 415 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ rootProject.name = "tree-structure"
include(":tree-structure-serialization")
include(":tree-structure-coroutines")
include(":tree-structure-compose")
include(":tree-structure-immutable")