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

@@ -66,6 +66,7 @@ dependencies {
dokka(project(":tree-structure-serialization"))
dokka(project(":tree-structure-coroutines"))
dokka(project(":tree-structure-compose"))
dokka(project(":tree-structure-immutable"))
}
dokka {