HujiangTechnology/gradle_plugin_android_aspectjx

kotlin 1.5 会报错

Opened this issue · 2 comments

如题

别指望作者更新了,自己搞吧。

增加以下配置可解决
// AOP 配置
aspectjx {
// 排除一些第三方库的包名(Gson、 LeakCanary 和 AOP 有冲突)
// 否则就会起冲突:ClassNotFoundException: Didn't find class on path: DexPathList
exclude 'androidx', 'com.google', 'com.squareup', 'com.alipay', 'com.taobao', 'org.apache',
'org.jetbrains.kotlin',
"module-info", 'versions.9'
}