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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: