eleme / Amigo

A hotfix library for Android platform, and not just this...
Other
1.37k stars 213 forks source link

when use gradle3.3 this error happend #223

Closed showedboy closed 7 years ago

showedboy commented 7 years ago

Error:(2, 0) Cannot set the value of read-only property 'version' for DefaultExternalModuleDependency{group='me.ele', name='amigo', version='0.6.4', configuration='default'} of type org.gradle.api.internal.artifacts.dependencies.DefaultExternalModuleDependency. Open File 当在根build.gradle添加了classpath 'me.ele:amigo:0.6.4'后出现了这个问题,如果不在项目根添加classpath,会出现Error:(2, 0) Plugin with id 'me.ele.amigo' not found. Open File 希望尽快提供在gradle 3.3环境下的适配方法

pandavickey commented 7 years ago

同样遇到gradle3.3环境下编译的问题

FtheGFW commented 7 years ago

@pandavickey 请参考 #225