mirror of
https://github.com/AdrianKuta/Tree-Data-Structure.git
synced 2026-06-20 03:10: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")
|