Eduard
Eduard
Compiler doesn't demand on AS version. `Skipping task ':app:compileDevDebugAspectJ'` means you have no `.aj` files to compile. You may look for `transformDevDebugClassesWithAspectJ` task for more details. It should generate `ajc-transform.log`...
Dunno :( Could you provide full gradle log running build with `--stacktrace --info` keys? And `ajc-transform.log` would be useful too :)
Sure. `@gmail.com` or `@yandex.ru` with my gh nickname.
This issue faced with java 8 compatibility. Will fix it in a new version of plugin. I dunno when exactly I will have enough time to release it :(
Hello! Try to add log output in aspect class and look, plz, for file app/build/ajc-transform.log — there should be helpful info about what's going on your application.
Nope. Technically AJ not supports it. AspectJ can augment Kotlin code so on. You may try to write kotlin class annotated with `@Aspect` and try to compile it. Not sure...
Hi! Could you provide please more info: - what version of android gradle plugin do you use? - what version of aspectj plugin do you use? - maybe a minimal...
@superafroman Hi! Sorry for being offline for so long. I've took a look at your code. It seems have to work, but I'll test in my production project first before...
> I can pointcut function in AAR, but I can not pointcut function in JAR ( JAR included in AAR). Can you help me? You have to include name of...
> Hi, > My project requires minSDK = 16, which version of the plugin should you use? > > Thanks! Hi! At least you have to use corresponding version of...