Ibotta / gradle-aspectj-pipeline-plugin

A Gradle plugin for Android projects which performs AspectJ weaving using Android's bytcode manipulation pipeline.
Apache License 2.0
75 stars 15 forks source link

class.jar is occupied #27

Closed LucklyMaster closed 2 years ago

LucklyMaster commented 2 years ago

build\intermediates\compile_library_classes_jar\debug\classes.jar、compile_and_runtime_not_namespaced_r_class_jar is always occupied at compile time

eschlenz commented 2 years ago

@LucklyMaster I assume you're having some kind of build issue given those messages, but it would be helpful if you could include a little more context and information. Even better, if you can share a clone of this repo that demonstrates the issue you're having, we'll be able to help even quicker.