rootProject.name = "AiApp" pluginManagement { repositories { google() gradlePluginPortal() mavenCentral() } } dependencyResolutionManagement { repositories { google() mavenCentral() } } include(":androidApp") // The app half of wg-app-link, resolved by path through the submodule so // this checkout and the crate it consumes move together -- the same // arrangement `server/` uses for the Rust half. See that repo's README. include(":link") project(":link").projectDir = file("../wg-app-link/app")