Добавьте файлы проекта.

This commit is contained in:
Курнат Андрей
2026-04-17 16:14:30 +03:00
parent ea6ceef65b
commit 9c8d67c18f
465 changed files with 9633 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "AletheiaKotlin"
include(":app")