5 Star 0 Fork 0

讲师_张国荣_13810344502/a2208_park_kotlin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
settings.gradle 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
讲师_张国荣_13810344502 提交于 2025-04-28 17:15 +08:00 . 主页面搭建和权限检查
pluginManagement {
repositories {
//配置国内镜像地址
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
//国外镜像地址
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
// 阿里镜像源
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
//Banner2的仓库地址
maven { url "https://s01.oss.sonatype.org/content/groups/public" }
maven { url "https://jitpack.io" }
google()
mavenCentral()
}
}
rootProject.name = "a2208_park_kotlin"
include ':app'
include ':lib_common'
include ':lib_base'
include ':lib_http'
include ':lib_database'
include ':lib_image'
include ':lib_router'
include ':module_main'
include ':module_login'
include ':module_empty'
include ':module_home'
include ':module_service'
include ':module_message'
include ':module_mine'
include ':module_notice'
include ':lib_resouce'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guoronzhang/a2208_park_kotlin.git
git@gitee.com:guoronzhang/a2208_park_kotlin.git
guoronzhang
a2208_park_kotlin
a2208_park_kotlin
master

搜索帮助