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