- Add two modules one for api and other for processor(Ensure its a java library) - There are conflicts in javax pacakges between android jar and jdk javax packages.
- include apt plugin
apply plugin: 'com.neenbedankt.android-apt'
buildscript {
repositories{
mavenCentral()
}
dependencies{