mirror of
https://github.com/AdrianKuta/Tree-Data-Structure.git
synced 2026-06-19 19:00:14 +02:00
7 lines
188 B
Kotlin
7 lines
188 B
Kotlin
rootProject.name = "tree-structure"
|
|
|
|
include(":tree-structure-serialization")
|
|
include(":tree-structure-coroutines")
|
|
include(":tree-structure-compose")
|
|
include(":tree-structure-immutable")
|