Skip to content

Instantly share code, notes, and snippets.

@100rabhkr
Created September 7, 2018 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 100rabhkr/50d9a4076d8c1e9a0bdc18826683f35c to your computer and use it in GitHub Desktop.
Save 100rabhkr/50d9a4076d8c1e9a0bdc18826683f35c to your computer and use it in GitHub Desktop.
javaCompileOptions {
annotationProcessorOptions {
includeCompileClasspath true
}
}
@100rabhkr
Copy link
Author

android {
... //others options
defaultConfig {
...
javaCompileOptions {
annotationProcessorOptions {
includeCompileClasspath false
}
}
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment