2

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

ZakTaccardi
  • 12,212
  • 15
  • 59
  • 107
  • There should be no problem with this, are you running into specific issues? The code is compiled before tests are run so it should have the same access. – rharter Nov 19 '15 at 21:09

0 Answers0