JD Porterfield

Results 20 comments of JD Porterfield

@superafroman This change, which was released in the 4.3.0 version of the plugin today, seems to have re-introduced issue #108 AGP v4.1.0 and android-gradle-aspectj v3.4.0 This branch on my sample...

@Adm123Git did any of the above suggestions work for you? if so, please mark this issue as resolved

I am also having this issue. Has this always happened or can I revert to an older version? Just wondering because I had used this for a previous project that...

@OllisGit Basically just use retrolambda for certain java 8 things instead of the built in AS support. Setup instructions can be found here : https://github.com/evant/gradle-retrolambda Basically all you really need...

This is an IDE issue, not an issue with this plugin

Oh that's strange. I have personally had luck debugging on java aspect files in the pat. If you don't have many aspects/pointcuts it may be worth it to convert to...

@cyangibm Sure, this sample project is what my setup looks like (I think Android Gradle 4.0.0, Gradle 6.1.1, android-gradle-aspectj 4.2.1) https://github.com/jdvp/AndroidAspectExample I am able to debug in Android Studio on...

@cyangibm ah yes, I actually had the exact same problem. That's actually a separate issue (#108) caused by a fix for #122 . I had commented on #122 mentioning that...

@dmfs I'm not super familiar with maintaining java libraries (as opposed to android-specific libraries), but one option for using the Java8 classes could be for this library to update to...