Files
AndroidJetpack/compose-destinations/settings.gradle.kts
T
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

24 lines
633 B
Kotlin

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "ComposeDestinations"
include(":compose-destinations")
include(":compose-destinations-ksp")
include(":compose-destinations-codegen")
include(":compose-destinations-bottom-sheet")
include(":compose-destinations-wear")
include(":sample")
include(":sample-wear")
include(":playground:app")
include(":playground:core")
include(":playground:featurex")
include(":playground:featurey")
include(":playground:featurey:sub")
include(":playground:featurez")