ArtifactFinder
ArtifactFinder copied to clipboard
Handle annotation processors
trafficstars
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.
Is there any way to predict that library uses annotation processor?