yigit / ArtifactFinder

An Android Studio Plugin to find Maven Artifacts by class name
Apache License 2.0
208 stars 5 forks source link

Handle annotation processors #1

Open yigit opened 4 years ago

yigit commented 4 years ago

Some libraries can be used only w/ their annotation processor (e.g. Room). Implement necessary logic to add them with their annotation processors, handle kapt vs annotationProcessor configurations.

rcd27 commented 4 years ago

Is there any way to predict that library uses annotation processor?