/
androidos
/
androidify
Обзор
Документация
Войти
/
androidos
/
androidify
Код
Пакеты
0
Релизы
0
Аналитика
main
build-plugin/settings.gradle.kts
26 строк
551 B
Aurimas Liutikas
Refactor common build logic into a set of Gradle plugins
12 ноя 2025, 22:49
12 ноя 2025, 22:49
bb6f71e
Код
Авторство
О чём код?
pluginManagement { repositories { gradlePluginPortal() google() } } dependencyResolutionManagement { repositories { google { content { includeGroupByRegex("com\\.android.*") includeGroupByRegex("com\\.google.*") includeGroupByRegex("androidx.*") } } mavenCentral() } versionCatalogs { create("libs") { from(files("../gradle/libs.versions.toml")) } } } rootProject.name = "build-logic"