rg.gradle.api.tasks.TaskExecutionException: Execution failed for task ':thirdsdk:magicasakura:compileDebugJavaWithJavac'
一下为修改,。用Implementation一样报错
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api "com.android.support:recyclerview-v7:${ANDROID_SUPPORT_VERSION}"
api "com.android.support:design:${ANDROID_SUPPORT_VERSION}"
api 'com.android.support.constraint:constraint-layout:1.0.2'
}
rg.gradle.api.tasks.TaskExecutionException: Execution failed for task ':thirdsdk:magicasakura:compileDebugJavaWithJavac'
一下为修改,。用Implementation一样报错
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api "com.android.support:recyclerview-v7:${ANDROID_SUPPORT_VERSION}"
api "com.android.support:design:${ANDROID_SUPPORT_VERSION}"
api 'com.android.support.constraint:constraint-layout:1.0.2'
}