pluginManagement { repositories { google() mavenCentral() gradlePluginPortal() } } rootProject.name = "tree-structure" include(":tree-structure-serialization") include(":tree-structure-coroutines") include(":tree-structure-compose") include(":tree-structure-immutable") include(":samples") include(":samples-android")