Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kotlin 1.5 会报错 #325

Open
dayezi12138 opened this issue May 14, 2021 · 2 comments
Open

kotlin 1.5 会报错 #325

dayezi12138 opened this issue May 14, 2021 · 2 comments

Comments

@dayezi12138
Copy link

如题

@dupengyun
Copy link

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

@AndroidDevo
Copy link

增加以下配置可解决
// 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'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants