3 Star 1 Fork 0

starplatinum111/what-rubbish-final

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 2.29 KB
一键复制 编辑 原始数据 按行查看 历史
starplatinum111 提交于 2022-01-21 10:03 . 整合 wxsorting 超级玛丽
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
// 在项目的
// ext.kotlin_version = '1.3.0'
// ext. kotlin_version= '1.5.20'
ext. kotlin_version= '1.5.21'
// ext.kotlin_version = '1.4.32'
// ext.compose_version = '1.0.0-beta07'
ext.coroutines_version = '1.4.2'
ext.accompanist_version = '0.10.0'
// compose_version = '1.0.1'
ext {
compose_version = '1.0.1'
}
repositories {
// maven {
// url 'https://s01.oss.sonatype.org/content/repositories/release/'
//
// }
maven {
url 'https://maven.aliyun.com/repository/public/'
}
mavenLocal()
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url 'https://www.jitpack.io' }
// maven { url "https://jitpack.io" }
// maven {
// allowInsecureProtocol = true
// url 'http://106.15.92.248:8081/repository/Releases/'
//// url 'https://106.15.92.248:8081/repository/Releases/'
// }
// maven { url 'https://maven.aliyun.com/repository/public' }
// maven { url 'https://maven.aliyun.com/repository/google' }
google()
mavenCentral()
// 这两个都不能删掉
}
// 这样子也不会报错吗
// 添加maven仓库
// repositories {
// maven {
// url 'https://s01.oss.sonatype.org/content/repositories/release/'
// }
// }
// def kotlin_version= '1.3.72'
// def kotlin_version= '1.5.20'
// def kotlin_version= '1.5.21'
dependencies {
classpath "com.android.tools.build:gradle:7.0.2"
// classpath 'com.android.tools.build:gradle:3.4.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
//allprojects(){
// repositories {
// maven { url 'https://www.jitpack.io' }
// }
//
//}
task clean(type: Delete) {
delete rootProject.buildDir
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/starplatinum111/what-rubbish-final.git
git@gitee.com:starplatinum111/what-rubbish-final.git
starplatinum111
what-rubbish-final
what-rubbish-final
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385