我刚刚更新了我的androidgradle插件,从0.12到0.13。此外,我还下载了gradle 2.1。现在,我必须使用gradle 1.10和android插件0.12.// in the individual module build.gradle files
// The latest version of the android-apt pluginclasspa
自从Gradle更新以来,我一直在努力让这个项目达到标准。这是一个团队项目,它使用的是android-apt插件。我已经检查并进行了必要的语法更改(compile --> implementation & apt --> annotation processor),但编译器仍然告诉我有一个差异:
android-aptplugin is incompatible with the AndroidGradle plugin.:gradle:3.1.3