JessYanCoding / ArmsComponent

📦 A complete android componentization solution, powered by MVPArms (MVPArms 官方快速组件化方案).
Apache License 2.0
1.69k stars 243 forks source link

Minimum supported Gradle version is 4.6. Current version is 4.4. #16

Closed NateRobinson closed 6 years ago

NateRobinson commented 6 years ago

看了一下,应该是 com.jakewharton:butterknife-gradle-plugin 库的这个更新引起的 9.0.0-SNAPSHOT/ | Fri Sep 07 14:28:49 UTC 2018还没尝试到解决方法。

4what2do commented 6 years ago

更新到4.6就成

NateRobinson commented 6 years ago

@4what2do 更新到4.6是一个方案,不过更新到4.6,要改一堆version,在项目里第一选择并不想这么做。

NateRobinson commented 6 years ago

@4what2do 我试了一下会提示我升级buildtools相关一堆。

NateRobinson commented 6 years ago

@4what2do 现在我是这么解决的

tpnet commented 6 years ago

@4what2do @NateRobinson 我升级了4.6,报了这个错误Cannot change attributes of configuration ':module-read:kapt' after it has been resolved ,搞了一天没解决,哭出声音来

JessYanCoding commented 6 years ago

... 兄弟,如果这是 butterknife-gradle-plugin 插件内部引起的,你该给 butterknife 提 issues,给我提也没意义,我也不能修改它的源码

4what2do commented 6 years ago

可以close了