Eduard
Eduard
> How to use this inside a custom plugin for Gradle? I want to enable or disable this plugin from code in my plugin (dryRun) Since 3.3.6 you can use...
Basic code base in PR.
Any news on this? @Badya
What version of the gradle dist and android gradle plugin are you trying to apply it with? Do you want to augment androidTest module's code with aj?
hasAjRT has been removed. You could try out the 3.4.0 version.
Hi! Sad but these plugins are not working properly within AS 3.0 no more. I did looking for updating them, but not sure I can do it without official sources....
You're right considering the retrolambda. It will generate (desugar, just like gradle 3.0.0 does) synthetics for every lambda expression. So we can easily find and pointcut them! :) Talking about...
Hi! Thanks for report! This issue occurs due to plugin incompatibility with java 8. Will be fixed soon in 3.3.0 :)
Hi Justin! Transform API is only way to operate over compiled aar/jar libraries. I think to make a variance to be able to skip this way and just replace javac...
I'm afraid it happens on old gradle plugin. Please try the latest version which is actually supports gradle dist 4.10.+ (also 5.+ too) and android gradle plugin 3.1.4 and above....