preferencebinder
preferencebinder copied to clipboard
Exclude javax.* from release packages
The processor requires some classes in javax.* to compile, which are included in the source. However, these classes don't need to be included in the release packages, and add unnecessary size.
We should also exclude the com.sun.source.* package, which has been added to the classpath for #19
Could you remove javax.annotation.* , specifically javax.annotation.Generated from the release of the aar? These shouldn't be included in the gradle dependency.