bytedance / ByteX

ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台
Apache License 2.0
3.13k stars 462 forks source link

enableDuplicateClassCheck配置不生效 #115

Closed MichaelJokAr closed 2 years ago

MichaelJokAr commented 3 years ago

gradle.properties 里加上了bytex.enableDuplicateClassCheck=false;但是编译bytx_log里还是提示 ERROR [byteX ] We found duplicate module-info class files in the project. image

image

yangzhiqian commented 3 years ago

这个没有中断你的编译吧?我们在抑制了异常也会将信息打印到日志中。

yangzhiqian commented 3 years ago

你上面截图的日志看,插件是正常运行结束的。

MichaelJokAr commented 3 years ago

是的没有中断编译,所以这个error不用关注对吧

yangzhiqian commented 3 years ago

特意处理的

yangzhiqian commented 2 years ago

invalid