Have any of you used AOP with kotlin? For instance...
# announcements
f
Have any of you used AOP with kotlin? For instance AspectJ?
👍 1
d
i used it some time ago in one project. works pretty well. the aspects were written in aspectj syntax though. check this plugin: https://github.com/Archinamon/android-gradle-aspectj
f
I used the same plugin as well, but it said it wasn't completely supporting android studio 3.0
I was wondering what the issues were with this one