Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Native support on annotationProcessor Gradle Task (2.2.0) #49

Open
peterbetos opened this issue Aug 4, 2016 · 0 comments

Comments

@peterbetos
Copy link

Hi Test Fairy Team:

If you can have this compatible with annotationProcessor as well aside from the apt plugin, it can reduce the dependency on additional 3rd party plugin for the annotation processing natively supported on Android N. Thanks.

Here's the setup to validate the support:
parent build,gradle should be using
classpath 'com.android.tools.build:gradle:2.2.0-alpha6'

The following line is removed on the application build,gradle
apply plugin: 'com.neenbedankt.android-apt'

The plugin currently seems to conflict with Butterknife, that's why the Annotated views are missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant