/
zertop
/
RandomCoffee_TestTask
Обзор
Документация
Войти
/
zertop
/
RandomCoffee_TestTask
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
Develop
settings.gradle.kts
32 строки
774 B
User
first
03 июн 2026, 18:16
03 июн 2026, 18:16
762ca2b
Код
Авторство
О чём код?
rootProject.name = "RandomCoffee" enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") pluginManagement { repositories { google { mavenContent { includeGroupAndSubgroups("androidx") includeGroupAndSubgroups("com.android") includeGroupAndSubgroups("com.google") } } mavenCentral() gradlePluginPortal() } } dependencyResolutionManagement { repositories { google { mavenContent { includeGroupAndSubgroups("androidx") includeGroupAndSubgroups("com.android") includeGroupAndSubgroups("com.google") } } mavenCentral() } } include(":androidApp") include(":shared")