Skip to content

Instantly share code, notes, and snippets.

@iammert
Created July 7, 2015 14:11
Show Gist options
  • Save iammert/c90d9177b3c51d2c68f7 to your computer and use it in GitHub Desktop.
Save iammert/c90d9177b3c51d2c68f7 to your computer and use it in GitHub Desktop.
...
apply plugin: 'com.neenbedankt.android-apt'
...
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
apt 'com.google.dagger:dagger-compiler:2.0'
compile 'com.google.dagger:dagger:2.0'
compile 'org.glassfish:javax.annotation:10.0-b28'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment