Artifact 'aspectjrt' does not come transitively in development
But does in production. See "TODO" in HugoPlugin's project.dependencies block.
Hi. I've got an exception: java.lang.NoClassDefFoundError: org.aspectj.runtime.reflect.Factory using hugo version 1.0.1. What should I do to fix this?
That is unrelated to this issue. Something (probably proguard) is causing the AspectJ classes to be removed from your APK.
I'm suffering from the same problem. I had to add compile 'org.aspectj:aspectjrt:1.8.5' to my android project. Is this mandatory?
I added the dependency, because I was getting the following message in my build: classpath error: unable to find org.aspectj.lang.JoinPoint (check that aspectjrt.jar is in your classpath)
Info: hugo-plugin:1.2.1 android gradle plugin 1.1.3