pluginManagement { repositories { google() mavenCentral() maven { url = uri("https://maven.pkg.jetbrains.space/public/p/compose/dev") } gradlePluginPortal() } } rootProject.name = "Claw" enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") enableFeaturePreview("VERSION_CATALOGS") include(":android") include(":api") include(":common") include(":database") include(":desktop")