1 Star 0 Fork 1

途客/ziwan

forked from lzp/ziwan 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
settings.gradle.kts 989 Bytes
一键复制 编辑 原始数据 按行查看 历史
lzp 提交于 2024-12-26 16:11 +08:00 . 最i玩云手机框架搭建
pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
maven(url = "https://plugins.gradle.org/m2/")
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven(url = "https://maven.aliyun.com/nexus/content/groups/public/")
maven(url = "https://jitpack.io")
maven(url = "https://plugins.gradle.org/m2/")
maven(url = "https://maven.google.com")
}
}
rootProject.name = "ziwan"
//指定参与构建的模块,一个根工程可以有很多的 module,只有在这设置了,gradle 才会去识别,才会在构建的时候被包含进去。
include(":app", ":JetpackMvvm")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tuke-code/ziwan.git
git@gitee.com:tuke-code/ziwan.git
tuke-code
ziwan
ziwan
master

搜索帮助