rootProject.name = "CipherKeys" pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() } } dependencyResolutionManagement { repositories { google() mavenCentral() } versionCatalogs { create("tools") { from(files("gradle/tools.versions.toml")) } } } enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") include(":app") include(":cipher")