I want to use AutoValue with Android Studios' new Unit Testing support.
Is this possible? Or can generated code not be seen by src/test/java
classes?
The android-apt
plugin does not work with testApt
scope
I want to use AutoValue with Android Studios' new Unit Testing support.
Is this possible? Or can generated code not be seen by src/test/java
classes?
The android-apt
plugin does not work with testApt
scope