zuiniub

https://www.jianshu.com/p/9220227cdfb3

buildscript {
    ext.kotlin_version = \'1.2.71\'
    repositories {
        google()
        jcenter()
    }
    dependencies {
        //classpath \'com.android.tools.build:gradle:3.1.0-alpha09\'
        classpath \'com.android.tools.build:gradle:3.2.1\'

        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

 

apply plugin: \'com.android.application\'

apply plugin: \'kotlin-android\'
apply plugin: \'kotlin-android-extensions\'

android {
     ....
}
 

 

分类:

技术点:

相关文章:

  • 2021-05-18
  • 2021-11-06
  • 2022-12-23
  • 2021-11-18
  • 2021-05-23
  • 2021-09-25
  • 2021-06-03
  • 2021-09-20
猜你喜欢
  • 2021-10-05
  • 2022-12-23
  • 2021-08-29
  • 2021-05-01
  • 2021-10-02
  • 2021-12-10
  • 2021-05-12
相关资源
相似解决方案