wequick / Small

A small framework to split app into small parts
http://code.wequick.net/Small
Apache License 2.0
5.05k stars 1.11k forks source link

gradle插件3.1.4+ 编译报错,Could not find method leftShift() #613

Closed itxiaox closed 5 years ago

itxiaox commented 5 years ago

gradle 版本 5.1.1 gradle 插件版本 3.1.4

ERROR: Could not find method leftShift() for arguments [net.wequick.gradle.RootPlugin$_createTask_closure6@7737400b] on task ':app:small' of type org.gradle.api.DefaultTask.

itxiaox commented 5 years ago

将 small version升级为 aarVersion = '1.5.0-beta2' 最新版本可以编译通过