You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error:(31, 18) Cannot access class 'my.package.MyActivity$.IntentBuilder'. Check your module classpath for missing or conflicting dependencies
I'm using kapt for all my annotation processors. The code is indeed generated under /build/generated/source/kapt/main/my/package/MyActivity$$IntentBuilder.java, and the Android Studio lint doesn't complain.
The text was updated successfully, but these errors were encountered:
I'm trying to use Henson in my Espresso test like this:
Compilation fails with the following error:
I'm using
kapt
for all my annotation processors. The code is indeed generated under/build/generated/source/kapt/main/my/package/MyActivity$$IntentBuilder.java
, and the Android Studio lint doesn't complain.The text was updated successfully, but these errors were encountered: