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

Update README to use gradle annotation processor instead of android-apt #197

Open
tc opened this issue Feb 9, 2017 · 2 comments
Open

Update README to use gradle annotation processor instead of android-apt #197

tc opened this issue Feb 9, 2017 · 2 comments

Comments

@tc
Copy link

tc commented Feb 9, 2017

The readme states to use apply plugin: 'com.neenbedankt.android-apt'

"The Android plugin annotation processor works with both javac and jack, unlike android-apt which only works with javac. For more info you can refer to the docs (scroll down a bit on that page)."
see http://www.littlerobots.nl/blog/Whats-next-for-android-apt/

https://bitbucket.org/hvisser/android-apt/wiki/Migration

@AndyLeeBlue
Copy link

To add the library to your app's build.gradle file:

annotationProcessor 'com.bluelinelabs:logansquare-compiler:1.3.6'
compile 'com.bluelinelabs:logansquare:1.3.6'

@moorthysubu
Copy link

moorthysubu commented Aug 23, 2018

In gradle version 3.1.4 if annotationProcessor 'com.bluelinelabs:logansquare-compiler:1.3.6' added then data binding is not working, classes are not generated so is there any way to use this line in this gradle version with sdk level 27? Can anyone help me on this

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

No branches or pull requests

3 participants