@@ -1,5 +1,7 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
ext.anko_version = '0.10.1'//扩展库版本
|
||||
// ext.kotlin_coroutines = '1.4.1'//协程版本需要findById()...
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
@@ -13,6 +15,7 @@ buildscript {
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:4.0.0"
|
||||
|
||||
Reference in New Issue
Block a user