赞
踩
- buildscript {
- ext.kotlin_version = '1.6.10'
- repositories {
- jcenter() { url "https://maven.aliyun.com/repository/jcenter"}
- maven { url "https://maven.aliyun.com/repository/google/" }
- }
-
- dependencies {
- classpath "com.android.tools.build:gradle:4.1.0"
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
-
- }
- }
-
- allprojects {
- repositories {
- //google()
- //mavenCentral()
- maven{url "https://storage.googleapis.com/download.flutter.io"}
- jcenter() { url "https://maven.aliyun.com/repository/jcenter"}
- maven { url "https://maven.aliyun.com/repository/google/" }
- }
- }
-
- rootProject.buildDir = '../build'
- subprojects {
- project.buildDir = "${rootProject.buildDir}/${project.name}"
- }
- subprojects {
- project.evaluationDependsOn(':app')
- }
-
- task clean(type
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。