2 Star 0 Fork 0

Kotle / MvvmModule

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 985 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kotle 提交于 2021-11-18 10:10 . 打包失败问题待解决
buildscript {
repositories {
google()
//阿里云镜像库
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0'
}
}
allprojects {
println("------allprojects-->${it.name}(${it.path})----------")
repositories {
google()
//umeng
maven { url 'https://repo1.maven.org/maven2/' }
//阿里云镜像库
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/central' }
mavenCentral()
// 添加jitpack
maven { url "https://jitpack.io" }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
1
https://gitee.com/kotle/MvvmModule.git
git@gitee.com:kotle/MvvmModule.git
kotle
MvvmModule
MvvmModule
master

搜索帮助