Results 1 comments of Silas

还是不行,原来项目中没有org.jetbrains.kotlin:kotlin-gradle-plugin 给他加了也是不行 buildscript { repositories { mavenLocal() jcenter() maven { url "https://maven.aliyun.com/repository/public" } maven { url "https://maven.aliyun.com/repository/google" } maven { url uri("D:\\work\\fyey\\szkj\\hw-android\\pluginLib\\maven") } } dependencies { classpath 'com.android.tools.build:gradle:3.5.4' classpath "com.qihoo360.replugin:replugin-plugin-gradle-androidx:2.3.4"...