init commit

This commit is contained in:
2024-09-19 01:24:11 +03:00
commit 16f284b30a
76 changed files with 1862 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "LKS PROFILE"
include(":app")
include(":app:domain")
include(":app:data")