Files
Tree-Data-Structure/settings.gradle.kts

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")