| changeset 0 | 0a13dcabf7d3 |
| child 2 | bedda51b88eb |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/settings.gradle.kts Fri Apr 14 14:29:05 2023 -0400 @@ -0,0 +1,18 @@ +pluginManagement { + repositories { + google() + mavenCentral() + gradlePluginPortal() + } +} +dependencyResolutionManagement { + repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) + repositories { + google() + mavenCentral() + } +} + +rootProject.name = "AboutOss" +include(":core") +include(":ui")