wurensen / gradle_plugin_android_aspectjx

A Android gradle plugin that effects AspectJ on Android project and can hook methods in Kotlin, aar and jar file.
Apache License 2.0
365 stars 51 forks source link

kotlin项目该插件设置为禁用发生类丢失 #26

Closed wurensen closed 2 years ago

wurensen commented 2 years ago

写了个demo,用kotlin语言,仅仅集成该插件并禁用,发生MainActivity类丢失,导致一启动app就崩溃:

aspectjx {
    enabled = true
}

排查到原因,原作者对禁用时,对于kotlin编译的类和java编译的类,会出现后处理的覆盖先处理的,导致先处理的类丢失。

wurensen commented 2 years ago

version 2.0.15 fixed.