Closed BrantApps closed 9 years ago
This is directly related to the use of dagger-compiler
- closing.
@BrantApps : how did you circumvented this?
Hi @renaudcerrato - I've documented the workaround on Stackoverflow here - let me know if it works for you. I'm afraid that the real solution here though is to remove aspectj from my Android project. The Jack & Jill complier may well completely break this sort of thing since it will go from .java to .dex directly...not via .class....the step needed for AspectJ as I know it. I think the proguard guy said that there will be ways around it but I don't know how to build such support. My next steps will be to remove AspectJ from my app I think...
@BrantApps thanks for the feedback - I'm using a fork of that plugin, and I created an issue https://github.com/Archinamon/GradleAspectJ-Android/issues/5, the guy is very responsive - hope we we'll find a solution.
To replicate
'com.android.tools.build:gradle:1.2.3'
Snippet 1: Project structure exhibiting the failure
Expected result
@Transactional
annotation in my case - copying Spring's db transaction aspecting)Actual result