Is there a way to get the Path to the generated R.java file in gradle?
Im writing an Annotation Processor where I would like to access the R.java
file, so I would like to pass path to R.java file as Parameter to my
annotation processor.
It should take the R.java file of the current build type (if there a more
variants / flavors).
For instance by using android-apt plugin I would like to pass the R.java
file as follows:
apt {
arguments {
androidResourceDir variant.outputs.processResources.resDir
androidResourceFile ???
}
}
--
You received this message because you are subscribed to the Google Groups
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.